Interface PolicyGenerationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PolicyGenerationDetails.Builder,,PolicyGenerationDetails> SdkBuilder<PolicyGenerationDetails.Builder,,PolicyGenerationDetails> SdkPojo
- Enclosing class:
PolicyGenerationDetails
@Mutable
@NotThreadSafe
public static interface PolicyGenerationDetails.Builder
extends SdkPojo, CopyableBuilder<PolicyGenerationDetails.Builder,PolicyGenerationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionpolicyGenerationAssetId(String policyGenerationAssetId) The unique identifier for this generated policy asset within the policy generation request.policyGenerationId(String policyGenerationId) The unique identifier for this policy generation request.Methods 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, sdkFields
-
Method Details
-
policyGenerationId
The unique identifier for this policy generation request.
- Parameters:
policyGenerationId- The unique identifier for this policy generation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyGenerationAssetId
The unique identifier for this generated policy asset within the policy generation request.
- Parameters:
policyGenerationAssetId- The unique identifier for this generated policy asset within the policy generation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-