Interface GetManagedNotificationConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetManagedNotificationConfigurationResponse.Builder,,GetManagedNotificationConfigurationResponse> NotificationsResponse.Builder,SdkBuilder<GetManagedNotificationConfigurationResponse.Builder,,GetManagedNotificationConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetManagedNotificationConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetManagedNotificationConfigurationResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<GetManagedNotificationConfigurationResponse.Builder,GetManagedNotificationConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of theManagedNotificationConfigurationresource.The category of theManagedNotificationConfiguration.description(String description) The description of theManagedNotificationConfiguration.The name of theManagedNotificationConfiguration.subCategory(String subCategory) The subCategory of theManagedNotificationConfiguration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The ARN of the
ManagedNotificationConfigurationresource.- Parameters:
arn- The ARN of theManagedNotificationConfigurationresource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the
ManagedNotificationConfiguration.- Parameters:
name- The name of theManagedNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the
ManagedNotificationConfiguration.- Parameters:
description- The description of theManagedNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
The category of the
ManagedNotificationConfiguration.- Parameters:
category- The category of theManagedNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subCategory
The subCategory of the
ManagedNotificationConfiguration.- Parameters:
subCategory- The subCategory of theManagedNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-