Interface CreateProtectConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateProtectConfigurationResponse.Builder,CreateProtectConfigurationResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<CreateProtectConfigurationResponse.Builder,CreateProtectConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateProtectConfigurationResponse
public static interface CreateProtectConfigurationResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<CreateProtectConfigurationResponse.Builder,CreateProtectConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateProtectConfigurationResponse.BuilderaccountDefault(Boolean accountDefault)This is true if the protect configuration is set as your account default protect configuration.CreateProtectConfigurationResponse.BuildercreatedTimestamp(Instant createdTimestamp)The time when the protect configuration was created, in UNIX epoch time format.CreateProtectConfigurationResponse.BuilderdeletionProtectionEnabled(Boolean deletionProtectionEnabled)When set to true deletion protection is enabled.CreateProtectConfigurationResponse.BuilderprotectConfigurationArn(String protectConfigurationArn)The Amazon Resource Name (ARN) of the protect configuration.CreateProtectConfigurationResponse.BuilderprotectConfigurationId(String protectConfigurationId)The unique identifier for the protect configuration.CreateProtectConfigurationResponse.Buildertags(Collection<Tag> tags)An array of key and value pair tags that are associated with the resource.CreateProtectConfigurationResponse.Buildertags(Consumer<Tag.Builder>... tags)An array of key and value pair tags that are associated with the resource.CreateProtectConfigurationResponse.Buildertags(Tag... tags)An array of key and value pair tags that are associated with the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
protectConfigurationArn
CreateProtectConfigurationResponse.Builder protectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
- Parameters:
protectConfigurationArn- The Amazon Resource Name (ARN) of the protect configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protectConfigurationId
CreateProtectConfigurationResponse.Builder protectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
- Parameters:
protectConfigurationId- The unique identifier for the protect configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
CreateProtectConfigurationResponse.Builder createdTimestamp(Instant createdTimestamp)
The time when the protect configuration was created, in UNIX epoch time format.
- Parameters:
createdTimestamp- The time when the protect configuration was created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountDefault
CreateProtectConfigurationResponse.Builder accountDefault(Boolean accountDefault)
This is true if the protect configuration is set as your account default protect configuration.
- Parameters:
accountDefault- This is true if the protect configuration is set as your account default protect configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionProtectionEnabled
CreateProtectConfigurationResponse.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true deletion protection is enabled. By default this is set to false.
- Parameters:
deletionProtectionEnabled- When set to true deletion protection is enabled. By default this is set to false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateProtectConfigurationResponse.Builder tags(Collection<Tag> tags)
An array of key and value pair tags that are associated with the resource.
- Parameters:
tags- An array of key and value pair tags that are associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateProtectConfigurationResponse.Builder tags(Tag... tags)
An array of key and value pair tags that are associated with the resource.
- Parameters:
tags- An array of key and value pair tags that are associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateProtectConfigurationResponse.Builder tags(Consumer<Tag.Builder>... tags)
An array of key and value pair tags that are associated with the resource.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
-