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 Summary
Modifier 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.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 Amazon Resource Name (ARN) of the
NotificationConfiguration.- Parameters:
arn- The Amazon Resource Name (ARN) of theNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of this
NotificationConfiguration.- Parameters:
status- The current status of thisNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of this
NotificationConfiguration.- Parameters:
status- The current status of thisNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-