public static interface DescribeNodeAssociationStatusResponse.Builder extends OpsWorksCmResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theEngineAttribute.Builder avoiding the need to create
one manually via EngineAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #engineAttributes(List.
engineAttributes - a consumer that will call methods on
EngineAttribute.Builder#engineAttributes(java.util.Collection) Copyright © 2023. All rights reserved.