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 the the resource.CreateNotificationConfigurationResponse.Builderstatus(String status)The status of this NotificationConfiguration.CreateNotificationConfigurationResponse.Builderstatus(NotificationConfigurationStatus status)The status of this NotificationConfiguration.-
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 the resource.
- Parameters:
arn- The Amazon Resource Name (ARN) of the the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CreateNotificationConfigurationResponse.Builder status(String status)
The status of this NotificationConfiguration.
The status should always be
INACTIVEwhen part of the CreateNotificationConfiguration response.-
Values:
-
ACTIVE-
All EventRules are
ACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some EventRules are
ACTIVEand some areINACTIVE. -
Any call can be run.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted.
-
Only
GETandLISTcalls can be run.
-
-
- Parameters:
status- The status of this NotificationConfiguration.The status should always be
INACTIVEwhen part of the CreateNotificationConfiguration response.-
Values:
-
ACTIVE-
All EventRules are
ACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some EventRules are
ACTIVEand some areINACTIVE. -
Any call can be run.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted.
-
Only
GETandLISTcalls can be run.
-
-
-
- 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 status of this NotificationConfiguration.
The status should always be
INACTIVEwhen part of the CreateNotificationConfiguration response.-
Values:
-
ACTIVE-
All EventRules are
ACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some EventRules are
ACTIVEand some areINACTIVE. -
Any call can be run.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted.
-
Only
GETandLISTcalls can be run.
-
-
- Parameters:
status- The status of this NotificationConfiguration.The status should always be
INACTIVEwhen part of the CreateNotificationConfiguration response.-
Values:
-
ACTIVE-
All EventRules are
ACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some EventRules are
ACTIVEand some areINACTIVE. -
Any call can be run.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted.
-
Only
GETandLISTcalls can be run.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationConfigurationStatus,NotificationConfigurationStatus
-
-
-