Interface CreateNotificationConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateNotificationConfigurationResponse.Builder,CreateNotificationConfigurationResponse>,NotificationsResponse.Builder,SdkBuilder<CreateNotificationConfigurationResponse.Builder,CreateNotificationConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateNotificationConfigurationResponse
public static interface CreateNotificationConfigurationResponse.Builder extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<CreateNotificationConfigurationResponse.Builder,CreateNotificationConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateNotificationConfigurationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of theNotificationConfiguration.CreateNotificationConfigurationResponse.Builderstatus(String status)The current status of thisNotificationConfiguration.CreateNotificationConfigurationResponse.Builderstatus(NotificationConfigurationStatus status)The current status of thisNotificationConfiguration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CreateNotificationConfigurationResponse.Builder arn(String 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
CreateNotificationConfigurationResponse.Builder status(String 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:
NotificationConfigurationStatus,NotificationConfigurationStatus
-
status
CreateNotificationConfigurationResponse.Builder status(NotificationConfigurationStatus 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:
NotificationConfigurationStatus,NotificationConfigurationStatus
-
-