Interface DescribeServersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeServersResponse.Builder,DescribeServersResponse>,OpsWorksCmResponse.Builder,SdkBuilder<DescribeServersResponse.Builder,DescribeServersResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeServersResponse
public static interface DescribeServersResponse.Builder extends OpsWorksCmResponse.Builder, SdkPojo, CopyableBuilder<DescribeServersResponse.Builder,DescribeServersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeServersResponse.BuildernextToken(String nextToken)This is not currently implemented forDescribeServersrequests.DescribeServersResponse.Builderservers(Collection<Server> servers)Contains the response to aDescribeServersrequest.DescribeServersResponse.Builderservers(Consumer<Server.Builder>... servers)Contains the response to aDescribeServersrequest.DescribeServersResponse.Builderservers(Server... servers)Contains the response to aDescribeServersrequest.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworkscm.model.OpsWorksCmResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
servers
DescribeServersResponse.Builder servers(Collection<Server> servers)
Contains the response to a
DescribeServersrequest.For Chef Automate servers: If
DescribeServersResponse$Servers$EngineAttributesincludes 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$EngineAttributescontains 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.
- Parameters:
servers- Contains the response to aDescribeServersrequest.For Chef Automate servers: If
DescribeServersResponse$Servers$EngineAttributesincludes 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$EngineAttributescontains 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
servers
DescribeServersResponse.Builder servers(Server... servers)
Contains the response to a
DescribeServersrequest.For Chef Automate servers: If
DescribeServersResponse$Servers$EngineAttributesincludes 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$EngineAttributescontains 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.
- Parameters:
servers- Contains the response to aDescribeServersrequest.For Chef Automate servers: If
DescribeServersResponse$Servers$EngineAttributesincludes 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$EngineAttributescontains 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
servers
DescribeServersResponse.Builder servers(Consumer<Server.Builder>... servers)
Contains the response to a
DescribeServersrequest.For Chef Automate servers: If
DescribeServersResponse$Servers$EngineAttributesincludes 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$EngineAttributescontains 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.Builderavoiding the need to create one manually viaServer.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#servers(List.) - Parameters:
servers- a consumer that will call methods onServer.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#servers(java.util.Collection)
-
-
nextToken
DescribeServersResponse.Builder nextToken(String nextToken)
This is not currently implemented for
DescribeServersrequests.- Parameters:
nextToken- This is not currently implemented forDescribeServersrequests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-