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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnThe ARN of the ManagedNotificationConfigurationresource.- Parameters:
- arn- The ARN of the- ManagedNotificationConfigurationresource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the ManagedNotificationConfiguration.- Parameters:
- name- The name of the- ManagedNotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the ManagedNotificationConfiguration.- Parameters:
- description- The description of the- ManagedNotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
categoryThe category of the ManagedNotificationConfiguration.- Parameters:
- category- The category of the- ManagedNotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subCategoryThe subCategory of the ManagedNotificationConfiguration.- Parameters:
- subCategory- The subCategory of the- ManagedNotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-