Interface GetAccountDataRetentionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockResponse.Builder,Buildable,CopyableBuilder<GetAccountDataRetentionResponse.Builder,,GetAccountDataRetentionResponse> SdkBuilder<GetAccountDataRetentionResponse.Builder,,GetAccountDataRetentionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetAccountDataRetentionResponse
@Mutable
@NotThreadSafe
public static interface GetAccountDataRetentionResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<GetAccountDataRetentionResponse.Builder,GetAccountDataRetentionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe data retention mode configured for the account.mode(DataRetentionMode mode) The data retention mode configured for the account.The time at which the data retention mode was last updated.Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
mode
The data retention mode configured for the account.
- Parameters:
mode- The data retention mode configured for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The data retention mode configured for the account.
- Parameters:
mode- The data retention mode configured for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The time at which the data retention mode was last updated.
- Parameters:
updatedAt- The time at which the data retention mode was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-