Interface ListHandshakesForAccountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListHandshakesForAccountResponse.Builder,,ListHandshakesForAccountResponse> OrganizationsResponse.Builder,SdkBuilder<ListHandshakesForAccountResponse.Builder,,ListHandshakesForAccountResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListHandshakesForAccountResponse
@Mutable
@NotThreadSafe
public static interface ListHandshakesForAccountResponse.Builder
extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<ListHandshakesForAccountResponse.Builder,ListHandshakesForAccountResponse>
-
Method Summary
Modifier and TypeMethodDescriptionhandshakes(Collection<Handshake> handshakes) An array ofHandshakeobjects.handshakes(Consumer<Handshake.Builder>... handshakes) An array ofHandshakeobjects.handshakes(Handshake... handshakes) An array ofHandshakeobjects.If present, indicates that more output is available than is included in the current response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsResponse.Builder
build, responseMetadata, responseMetadataMethods 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
-
handshakes
An array of
Handshakeobjects. Contains details for a handshake.- Parameters:
handshakes- An array ofHandshakeobjects. Contains details for a handshake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
handshakes
An array of
Handshakeobjects. Contains details for a handshake.- Parameters:
handshakes- An array ofHandshakeobjects. Contains details for a handshake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
handshakes
An array of
This is a convenience method that creates an instance of theHandshakeobjects. Contains details for a handshake.Handshake.Builderavoiding the need to create one manually viaHandshake.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohandshakes(List<Handshake>).- Parameters:
handshakes- a consumer that will call methods onHandshake.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull.- Parameters:
nextToken- If present, indicates that more output is available than is included in the current response. Use this value in theNextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-