public static interface DescribeServersResponse.Builder extends OpsWorksCmResponse.Builder, SdkPojo, CopyableBuilder<DescribeServersResponse.Builder,DescribeServersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeServersResponse.Builder |
nextToken(String nextToken)
This is not currently implemented for
DescribeServers requests. |
DescribeServersResponse.Builder |
servers(Collection<Server> servers)
Contains the response to a
DescribeServers request. |
DescribeServersResponse.Builder |
servers(Consumer<Server.Builder>... servers)
Contains the response to a
DescribeServers request. |
DescribeServersResponse.Builder |
servers(Server... servers)
Contains the response to a
DescribeServers request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeServersResponse.Builder servers(Collection<Server> servers)
Contains the response to a DescribeServers request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes includes
CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be eligible for
upgrade, a server running Chef Automate 1 must have had at least one successful maintenance run after
November 1, 2019.
For Puppet servers: DescribeServersResponse$Servers$EngineAttributes contains the
following two responses:
PUPPET_API_CA_CERT, the PEM-encoded CA certificate that is used by the Puppet API over TCP port
number 8140. The CA certificate is also used to sign node certificates.
PUPPET_API_CRL, a certificate revocation list. The certificate revocation list is for internal
maintenance purposes only. For more information about the Puppet certificate revocation list, see Man Page: puppet
certificate_revocation_list in the Puppet documentation.
servers - Contains the response to a DescribeServers request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes
includes CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To
be eligible for upgrade, a server running Chef Automate 1 must have had at least one successful
maintenance run after November 1, 2019.
For Puppet servers: DescribeServersResponse$Servers$EngineAttributes contains the
following two responses:
PUPPET_API_CA_CERT, the PEM-encoded CA certificate that is used by the Puppet API over
TCP port number 8140. The CA certificate is also used to sign node certificates.
PUPPET_API_CRL, a certificate revocation list. The certificate revocation list is for
internal maintenance purposes only. For more information about the Puppet certificate revocation list,
see Man Page: puppet
certificate_revocation_list in the Puppet documentation.
DescribeServersResponse.Builder servers(Server... servers)
Contains the response to a DescribeServers request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes includes
CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be eligible for
upgrade, a server running Chef Automate 1 must have had at least one successful maintenance run after
November 1, 2019.
For Puppet servers: DescribeServersResponse$Servers$EngineAttributes contains the
following two responses:
PUPPET_API_CA_CERT, the PEM-encoded CA certificate that is used by the Puppet API over TCP port
number 8140. The CA certificate is also used to sign node certificates.
PUPPET_API_CRL, a certificate revocation list. The certificate revocation list is for internal
maintenance purposes only. For more information about the Puppet certificate revocation list, see Man Page: puppet
certificate_revocation_list in the Puppet documentation.
servers - Contains the response to a DescribeServers request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes
includes CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To
be eligible for upgrade, a server running Chef Automate 1 must have had at least one successful
maintenance run after November 1, 2019.
For Puppet servers: DescribeServersResponse$Servers$EngineAttributes contains the
following two responses:
PUPPET_API_CA_CERT, the PEM-encoded CA certificate that is used by the Puppet API over
TCP port number 8140. The CA certificate is also used to sign node certificates.
PUPPET_API_CRL, a certificate revocation list. The certificate revocation list is for
internal maintenance purposes only. For more information about the Puppet certificate revocation list,
see Man Page: puppet
certificate_revocation_list in the Puppet documentation.
DescribeServersResponse.Builder servers(Consumer<Server.Builder>... servers)
Contains the response to a DescribeServers request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes includes
CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be eligible for
upgrade, a server running Chef Automate 1 must have had at least one successful maintenance run after
November 1, 2019.
For Puppet servers: DescribeServersResponse$Servers$EngineAttributes contains the
following two responses:
PUPPET_API_CA_CERT, the PEM-encoded CA certificate that is used by the Puppet API over TCP port
number 8140. The CA certificate is also used to sign node certificates.
PUPPET_API_CRL, a certificate revocation list. The certificate revocation list is for internal
maintenance purposes only. For more information about the Puppet certificate revocation list, see Man Page: puppet
certificate_revocation_list in the Puppet documentation.
Server.Builder avoiding the need to create one
manually via Server.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #servers(List.
servers - a consumer that will call methods on
Server.Builder#servers(java.util.Collection) DescribeServersResponse.Builder nextToken(String nextToken)
This is not currently implemented for DescribeServers requests.
nextToken - This is not currently implemented for DescribeServers requests.Copyright © 2023. All rights reserved.