Interface GetPolicySummaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<GetPolicySummaryResponse.Builder,,GetPolicySummaryResponse> SdkBuilder<GetPolicySummaryResponse.Builder,,GetPolicySummaryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetPolicySummaryResponse
@Mutable
@NotThreadSafe
public static interface GetPolicySummaryResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<GetPolicySummaryResponse.Builder,GetPolicySummaryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the policy was originally created.The customer-assigned name of the policy.The Amazon Resource Name (ARN) of the policy.policyEngineId(String policyEngineId) The identifier of the policy engine that manages this policy.The unique identifier of the policy.The current status of the policy.status(PolicyStatus status) The current status of the policy.The timestamp when the policy was last modified.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.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
-
policyId
The unique identifier of the policy.
- Parameters:
policyId- The unique identifier of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The customer-assigned name of the policy.
- Parameters:
name- The customer-assigned name of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyEngineId
The identifier of the policy engine that manages this policy.
- Parameters:
policyEngineId- The identifier of the policy engine that manages this policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the policy was originally created.
- Parameters:
createdAt- The timestamp when the policy was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the policy was last modified.
- Parameters:
updatedAt- The timestamp when the policy was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyArn
The Amazon Resource Name (ARN) of the policy.
- Parameters:
policyArn- The Amazon Resource Name (ARN) of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the policy.
- Parameters:
status- The current status of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the policy.
- Parameters:
status- The current status of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-