public static interface GetAccessPointPolicyStatusResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetAccessPointPolicyStatusResponse.Builder,GetAccessPointPolicyStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetAccessPointPolicyStatusResponse.Builder |
policyStatus(Consumer<PolicyStatus.Builder> policyStatus)
Indicates the current policy status of the specified access point.
|
GetAccessPointPolicyStatusResponse.Builder |
policyStatus(PolicyStatus policyStatus)
Indicates the current policy status of the specified access point.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAccessPointPolicyStatusResponse.Builder policyStatus(PolicyStatus policyStatus)
Indicates the current policy status of the specified access point.
policyStatus - Indicates the current policy status of the specified access point.default GetAccessPointPolicyStatusResponse.Builder policyStatus(Consumer<PolicyStatus.Builder> policyStatus)
Indicates the current policy status of the specified access point.
This is a convenience method that creates an instance of thePolicyStatus.Builder avoiding the need
to create one manually via PolicyStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to policyStatus(PolicyStatus).
policyStatus - a consumer that will call methods on PolicyStatus.BuilderpolicyStatus(PolicyStatus)Copyright © 2023. All rights reserved.