Interface GetPolicyGenerationSummaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<GetPolicyGenerationSummaryResponse.Builder,,GetPolicyGenerationSummaryResponse> SdkBuilder<GetPolicyGenerationSummaryResponse.Builder,,GetPolicyGenerationSummaryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetPolicyGenerationSummaryResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the policy generation request was created.The findings from the policy generation process, if available.The customer-assigned name for the policy generation request.policyEngineId(String policyEngineId) The identifier of the policy engine associated with this policy generation.policyGenerationArn(String policyGenerationArn) The Amazon Resource Name (ARN) of the policy generation request.policyGenerationId(String policyGenerationId) The unique identifier of the policy generation request.resource(Consumer<Resource.Builder> resource) The resource information associated with the policy generation.The resource information associated with the policy generation.The current status of the policy generation request.status(PolicyGenerationStatus status) The current status of the policy generation request.The timestamp when the policy generation was last updated.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
-
policyEngineId
The identifier of the policy engine associated with this policy generation.
- Parameters:
policyEngineId- The identifier of the policy engine associated with this policy generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyGenerationId
The unique identifier of the policy generation request.
- Parameters:
policyGenerationId- The unique identifier of the policy generation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The customer-assigned name for the policy generation request.
- Parameters:
name- The customer-assigned name for the policy generation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyGenerationArn
The Amazon Resource Name (ARN) of the policy generation request.
- Parameters:
policyGenerationArn- The Amazon Resource Name (ARN) of the policy generation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
The resource information associated with the policy generation.
- Parameters:
resource- The resource information associated with the policy generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
The resource information associated with the policy generation.
This is a convenience method that creates an instance of theResource.Builderavoiding the need to create one manually viaResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresource(Resource).- Parameters:
resource- a consumer that will call methods onResource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the policy generation request was created.
- Parameters:
createdAt- The timestamp when the policy generation request was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the policy generation was last updated.
- Parameters:
updatedAt- The timestamp when the policy generation was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the policy generation request.
- Parameters:
status- The current status of the policy generation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the policy generation request.
- Parameters:
status- The current status of the policy generation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
findings
The findings from the policy generation process, if available.
- Parameters:
findings- The findings from the policy generation process, if available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-