public static interface DescribeAccessResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccessResponse.Builder,DescribeAccessResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeAccessResponse.Builder |
access(Consumer<DescribedAccess.Builder> access)
The external ID of the server that the access is attached to.
|
DescribeAccessResponse.Builder |
access(DescribedAccess access)
The external ID of the server that the access is attached to.
|
DescribeAccessResponse.Builder |
serverId(String serverId)
A system-assigned unique identifier for a server that has this access assigned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccessResponse.Builder serverId(String serverId)
A system-assigned unique identifier for a server that has this access assigned.
serverId - A system-assigned unique identifier for a server that has this access assigned.DescribeAccessResponse.Builder access(DescribedAccess access)
The external ID of the server that the access is attached to.
access - The external ID of the server that the access is attached to.default DescribeAccessResponse.Builder access(Consumer<DescribedAccess.Builder> access)
The external ID of the server that the access is attached to.
This is a convenience that creates an instance of theDescribedAccess.Builder avoiding the need to
create one manually via DescribedAccess.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to access(DescribedAccess).access - a consumer that will call methods on DescribedAccess.Builderaccess(DescribedAccess)Copyright © 2021. All rights reserved.