Interface CreateNotificationConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateNotificationConfigurationResponse.Builder,,- CreateNotificationConfigurationResponse> - NotificationsResponse.Builder,- SdkBuilder<CreateNotificationConfigurationResponse.Builder,,- CreateNotificationConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateNotificationConfigurationResponse
@Mutable
@NotThreadSafe
public static interface CreateNotificationConfigurationResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<CreateNotificationConfigurationResponse.Builder,CreateNotificationConfigurationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of theNotificationConfiguration.The current status of thisNotificationConfiguration.The current status of thisNotificationConfiguration.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 Amazon Resource Name (ARN) of the NotificationConfiguration.- Parameters:
- arn- The Amazon Resource Name (ARN) of the- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of this NotificationConfiguration.- Parameters:
- status- The current status of this- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status of this NotificationConfiguration.- Parameters:
- status- The current status of this- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-