CopyableBuilder<HandshakeResource.Builder,HandshakeResource>, SdkBuilder<HandshakeResource.Builder,HandshakeResource>public static interface HandshakeResource.Builder extends CopyableBuilder<HandshakeResource.Builder,HandshakeResource>
| Modifier and Type | Method | Description |
|---|---|---|
HandshakeResource.Builder |
resources(Collection<HandshakeResource> resources) |
When needed, contains an additional array of
HandshakeResource objects. |
HandshakeResource.Builder |
resources(HandshakeResource... resources) |
When needed, contains an additional array of
HandshakeResource objects. |
HandshakeResource.Builder |
type(String type) |
The type of information being passed, specifying how the value is to be interpreted by the other party:
|
HandshakeResource.Builder |
type(HandshakeResourceType type) |
The type of information being passed, specifying how the value is to be interpreted by the other party:
|
HandshakeResource.Builder |
value(String value) |
The information that is passed to the other party in the handshake.
|
copyapply, buildHandshakeResource.Builder value(String value)
The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.
value - The information that is passed to the other party in the handshake. The format of the value string
must match the requirements of the specified type.HandshakeResource.Builder type(String type)
The type of information being passed, specifying how the value is to be interpreted by the other party:
ACCOUNT - Specifies an AWS account ID number.
ORGANIZATION - Specifies an organization ID number.
EMAIL - Specifies the email address that is associated with the account that receives the
handshake.
OWNER_EMAIL - Specifies the email address associated with the master account. Included as
information about an organization.
OWNER_NAME - Specifies the name associated with the master account. Included as information
about an organization.
NOTES - Additional text provided by the handshake initiator and intended for the recipient to
read.
type - The type of information being passed, specifying how the value is to be interpreted by the other
party:
ACCOUNT - Specifies an AWS account ID number.
ORGANIZATION - Specifies an organization ID number.
EMAIL - Specifies the email address that is associated with the account that receives the
handshake.
OWNER_EMAIL - Specifies the email address associated with the master account. Included as
information about an organization.
OWNER_NAME - Specifies the name associated with the master account. Included as
information about an organization.
NOTES - Additional text provided by the handshake initiator and intended for the
recipient to read.
HandshakeResourceTypeHandshakeResource.Builder type(HandshakeResourceType type)
The type of information being passed, specifying how the value is to be interpreted by the other party:
ACCOUNT - Specifies an AWS account ID number.
ORGANIZATION - Specifies an organization ID number.
EMAIL - Specifies the email address that is associated with the account that receives the
handshake.
OWNER_EMAIL - Specifies the email address associated with the master account. Included as
information about an organization.
OWNER_NAME - Specifies the name associated with the master account. Included as information
about an organization.
NOTES - Additional text provided by the handshake initiator and intended for the recipient to
read.
type - The type of information being passed, specifying how the value is to be interpreted by the other
party:
ACCOUNT - Specifies an AWS account ID number.
ORGANIZATION - Specifies an organization ID number.
EMAIL - Specifies the email address that is associated with the account that receives the
handshake.
OWNER_EMAIL - Specifies the email address associated with the master account. Included as
information about an organization.
OWNER_NAME - Specifies the name associated with the master account. Included as
information about an organization.
NOTES - Additional text provided by the handshake initiator and intended for the
recipient to read.
HandshakeResourceTypeHandshakeResource.Builder resources(Collection<HandshakeResource> resources)
When needed, contains an additional array of HandshakeResource objects.
resources - When needed, contains an additional array of HandshakeResource objects.HandshakeResource.Builder resources(HandshakeResource... resources)
When needed, contains an additional array of HandshakeResource objects.
NOTE: This method appends the values to the existing list (if any). Use
#setResources(java.util.Collection) or #withResources(java.util.Collection) if you want to
override the existing values.
resources - When needed, contains an additional array of HandshakeResource objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.