Interface GetCertificatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCertificatesRequest.Builder,GetCertificatesRequest>,LightsailRequest.Builder,SdkBuilder<GetCertificatesRequest.Builder,GetCertificatesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCertificatesRequest
public static interface GetCertificatesRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetCertificatesRequest.Builder,GetCertificatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCertificatesRequest.BuildercertificateName(String certificateName)The name for the certificate for which to return information.GetCertificatesRequest.BuildercertificateStatuses(Collection<CertificateStatus> certificateStatuses)The status of the certificates for which to return information.GetCertificatesRequest.BuildercertificateStatuses(CertificateStatus... certificateStatuses)The status of the certificates for which to return information.GetCertificatesRequest.BuildercertificateStatusesWithStrings(String... certificateStatuses)The status of the certificates for which to return information.GetCertificatesRequest.BuildercertificateStatusesWithStrings(Collection<String> certificateStatuses)The status of the certificates for which to return information.GetCertificatesRequest.BuilderincludeCertificateDetails(Boolean includeCertificateDetails)Indicates whether to include detailed information about the certificates in the response.GetCertificatesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCertificatesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCertificatesRequest.BuilderpageToken(String pageToken)The token to advance to the next page of results from your request.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
certificateStatusesWithStrings
GetCertificatesRequest.Builder certificateStatusesWithStrings(Collection<String> certificateStatuses)
The status of the certificates for which to return information.
For example, specify
ISSUEDto return only certificates with anISSUEDstatus.When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
- Parameters:
certificateStatuses- The status of the certificates for which to return information.For example, specify
ISSUEDto return only certificates with anISSUEDstatus.When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateStatusesWithStrings
GetCertificatesRequest.Builder certificateStatusesWithStrings(String... certificateStatuses)
The status of the certificates for which to return information.
For example, specify
ISSUEDto return only certificates with anISSUEDstatus.When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
- Parameters:
certificateStatuses- The status of the certificates for which to return information.For example, specify
ISSUEDto return only certificates with anISSUEDstatus.When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateStatuses
GetCertificatesRequest.Builder certificateStatuses(Collection<CertificateStatus> certificateStatuses)
The status of the certificates for which to return information.
For example, specify
ISSUEDto return only certificates with anISSUEDstatus.When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
- Parameters:
certificateStatuses- The status of the certificates for which to return information.For example, specify
ISSUEDto return only certificates with anISSUEDstatus.When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateStatuses
GetCertificatesRequest.Builder certificateStatuses(CertificateStatus... certificateStatuses)
The status of the certificates for which to return information.
For example, specify
ISSUEDto return only certificates with anISSUEDstatus.When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
- Parameters:
certificateStatuses- The status of the certificates for which to return information.For example, specify
ISSUEDto return only certificates with anISSUEDstatus.When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeCertificateDetails
GetCertificatesRequest.Builder includeCertificateDetails(Boolean includeCertificateDetails)
Indicates whether to include detailed information about the certificates in the response.
When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.
- Parameters:
includeCertificateDetails- Indicates whether to include detailed information about the certificates in the response.When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateName
GetCertificatesRequest.Builder certificateName(String certificateName)
The name for the certificate for which to return information.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.
- Parameters:
certificateName- The name for the certificate for which to return information.When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageToken
GetCertificatesRequest.Builder pageToken(String pageToken)
The token to advance to the next page of results from your request.
To get a page token, perform an initial
GetCertificatesrequest. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.- Parameters:
pageToken- The token to advance to the next page of results from your request.To get a page token, perform an initial
GetCertificatesrequest. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCertificatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCertificatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-