Interface CreatePolicyPreviewConfigurationResponse.Builder
- All Superinterfaces:
AccessAnalyzerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreatePolicyPreviewConfigurationResponse.Builder,,CreatePolicyPreviewConfigurationResponse> SdkBuilder<CreatePolicyPreviewConfigurationResponse.Builder,,CreatePolicyPreviewConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreatePolicyPreviewConfigurationResponse
@Mutable
@NotThreadSafe
public static interface CreatePolicyPreviewConfigurationResponse.Builder
extends AccessAnalyzerResponse.Builder, SdkPojo, CopyableBuilder<CreatePolicyPreviewConfigurationResponse.Builder,CreatePolicyPreviewConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the policy preview configuration after creation.status(PolicyPreviewStatus status) The status of the policy preview configuration after creation.Methods inherited from interface software.amazon.awssdk.services.accessanalyzer.model.AccessAnalyzerResponse.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
-
status
The status of the policy preview configuration after creation. The status is
PENDING_CREATIONuntil the configuration is fully provisioned and becomesACTIVE. If provisioning fails, the status isFAILED.- Parameters:
status- The status of the policy preview configuration after creation. The status isPENDING_CREATIONuntil the configuration is fully provisioned and becomesACTIVE. If provisioning fails, the status isFAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the policy preview configuration after creation. The status is
PENDING_CREATIONuntil the configuration is fully provisioned and becomesACTIVE. If provisioning fails, the status isFAILED.- Parameters:
status- The status of the policy preview configuration after creation. The status isPENDING_CREATIONuntil the configuration is fully provisioned and becomesACTIVE. If provisioning fails, the status isFAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-