Interface DescribeServiceAccessPoliciesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudSearchResponse.Builder,CopyableBuilder<DescribeServiceAccessPoliciesResponse.Builder,DescribeServiceAccessPoliciesResponse>,SdkBuilder<DescribeServiceAccessPoliciesResponse.Builder,DescribeServiceAccessPoliciesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeServiceAccessPoliciesResponse
public static interface DescribeServiceAccessPoliciesResponse.Builder extends CloudSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeServiceAccessPoliciesResponse.Builder,DescribeServiceAccessPoliciesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeServiceAccessPoliciesResponse.BuilderaccessPolicies(Consumer<AccessPoliciesStatus.Builder> accessPolicies)The access rules configured for the domain specified in the request.DescribeServiceAccessPoliciesResponse.BuilderaccessPolicies(AccessPoliciesStatus accessPolicies)The access rules configured for the domain specified in the request.-
Methods inherited from interface software.amazon.awssdk.services.cloudsearch.model.CloudSearchResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
accessPolicies
DescribeServiceAccessPoliciesResponse.Builder accessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.
- Parameters:
accessPolicies- The access rules configured for the domain specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessPolicies
default DescribeServiceAccessPoliciesResponse.Builder accessPolicies(Consumer<AccessPoliciesStatus.Builder> accessPolicies)
The access rules configured for the domain specified in the request.
This is a convenience method that creates an instance of theAccessPoliciesStatus.Builderavoiding the need to create one manually viaAccessPoliciesStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccessPolicies(AccessPoliciesStatus).- Parameters:
accessPolicies- a consumer that will call methods onAccessPoliciesStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accessPolicies(AccessPoliciesStatus)
-
-