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