public static interface DescribeNodeAssociationStatusResponse.Builder extends OpsWorksCMResponse.Builder, CopyableBuilder<DescribeNodeAssociationStatusResponse.Builder,DescribeNodeAssociationStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNodeAssociationStatusResponse.Builder |
engineAttributes(Collection<EngineAttribute> engineAttributes)
Attributes specific to the node association.
|
DescribeNodeAssociationStatusResponse.Builder |
engineAttributes(Consumer<EngineAttribute.Builder>... engineAttributes)
Attributes specific to the node association.
|
DescribeNodeAssociationStatusResponse.Builder |
engineAttributes(EngineAttribute... engineAttributes)
Attributes specific to the node association.
|
DescribeNodeAssociationStatusResponse.Builder |
nodeAssociationStatus(NodeAssociationStatus nodeAssociationStatus)
The status of the association or disassociation request.
|
DescribeNodeAssociationStatusResponse.Builder |
nodeAssociationStatus(String nodeAssociationStatus)
The status of the association or disassociation request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeNodeAssociationStatusResponse.Builder nodeAssociationStatus(String nodeAssociationStatus)
The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
nodeAssociationStatus - The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
NodeAssociationStatus,
NodeAssociationStatusDescribeNodeAssociationStatusResponse.Builder nodeAssociationStatus(NodeAssociationStatus nodeAssociationStatus)
The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
nodeAssociationStatus - The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
NodeAssociationStatus,
NodeAssociationStatusDescribeNodeAssociationStatusResponse.Builder engineAttributes(Collection<EngineAttribute> engineAttributes)
Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
engineAttributes - Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the
signed certificate (the result of the CSR).DescribeNodeAssociationStatusResponse.Builder engineAttributes(EngineAttribute... engineAttributes)
Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
engineAttributes - Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the
signed certificate (the result of the CSR).DescribeNodeAssociationStatusResponse.Builder engineAttributes(Consumer<EngineAttribute.Builder>... engineAttributes)
Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #engineAttributes(List) .engineAttributes - a consumer that will call methods on List.Builder #engineAttributes(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.