Interface PutEnforcedGuardrailConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockResponse.Builder,Buildable,CopyableBuilder<PutEnforcedGuardrailConfigurationResponse.Builder,,PutEnforcedGuardrailConfigurationResponse> SdkBuilder<PutEnforcedGuardrailConfigurationResponse.Builder,,PutEnforcedGuardrailConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PutEnforcedGuardrailConfigurationResponse
@Mutable
@NotThreadSafe
public static interface PutEnforcedGuardrailConfigurationResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<PutEnforcedGuardrailConfigurationResponse.Builder,PutEnforcedGuardrailConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionUnique ID for the account enforced configuration.Timestamp.The ARN of the role used to update the configuration.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
-
configId
Unique ID for the account enforced configuration.
- Parameters:
configId- Unique ID for the account enforced configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp.
- Parameters:
updatedAt- Timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The ARN of the role used to update the configuration.
- Parameters:
updatedBy- The ARN of the role used to update the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-