public static interface AccessPoliciesStatus.Builder extends SdkPojo, CopyableBuilder<AccessPoliciesStatus.Builder,AccessPoliciesStatus>
| Modifier and Type | Method and Description |
|---|---|
AccessPoliciesStatus.Builder |
options(String options)
The access policy configured for the domain.
|
default AccessPoliciesStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of the access policy for the domain.
|
AccessPoliciesStatus.Builder |
status(OptionStatus status)
The status of the access policy for the domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessPoliciesStatus.Builder options(String options)
The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. For more information, see Configuring access policies.
options - The access policy configured for the domain. Access policies can be resource-based, IP-based, or
IAM-based. For more information, see Configuring access policies.AccessPoliciesStatus.Builder status(OptionStatus status)
The status of the access policy for the domain.
status - The status of the access policy for the domain.default AccessPoliciesStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of the access policy for the domain.
This is a convenience method that creates an instance of theOptionStatus.Builder avoiding the need
to create one manually via OptionStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(OptionStatus).
status - a consumer that will call methods on OptionStatus.Builderstatus(OptionStatus)Copyright © 2022. All rights reserved.