Interface DeleteProtectConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteProtectConfigurationResponse.Builder,DeleteProtectConfigurationResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DeleteProtectConfigurationResponse.Builder,DeleteProtectConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteProtectConfigurationResponse
public static interface DeleteProtectConfigurationResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteProtectConfigurationResponse.Builder,DeleteProtectConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteProtectConfigurationResponse.BuilderaccountDefault(Boolean accountDefault)This is true if the protect configuration is set as your account default protect configuration.DeleteProtectConfigurationResponse.BuildercreatedTimestamp(Instant createdTimestamp)The time when the protect configuration was created, in UNIX epoch time format.DeleteProtectConfigurationResponse.BuilderdeletionProtectionEnabled(Boolean deletionProtectionEnabled)The status of deletion protection for the protect configuration.DeleteProtectConfigurationResponse.BuilderprotectConfigurationArn(String protectConfigurationArn)The Amazon Resource Name (ARN) of the protect configuration.DeleteProtectConfigurationResponse.BuilderprotectConfigurationId(String protectConfigurationId)The unique identifier for the protect configuration.-
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
DeleteProtectConfigurationResponse.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
DeleteProtectConfigurationResponse.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
DeleteProtectConfigurationResponse.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
DeleteProtectConfigurationResponse.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
DeleteProtectConfigurationResponse.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)
The status of deletion protection for the protect configuration. When set to true deletion protection is enabled. By default this is set to false.
- Parameters:
deletionProtectionEnabled- The status of deletion protection for the protect configuration. 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.
-
-