Interface ListCertificateAuthoritiesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCertificateAuthoritiesResponse.Builder,,ListCertificateAuthoritiesResponse> EksResponse.Builder,SdkBuilder<ListCertificateAuthoritiesResponse.Builder,,ListCertificateAuthoritiesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListCertificateAuthoritiesResponse
-
Method Summary
Modifier and TypeMethodDescriptioncertificateAuthorities(Collection<CertificateAuthoritySummary> certificateAuthorities) A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.certificateAuthorities(Consumer<CertificateAuthoritySummary.Builder>... certificateAuthorities) A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.certificateAuthorities(CertificateAuthoritySummary... certificateAuthorities) A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.ThenextTokenvalue to include in a futureListCertificateAuthoritiesrequest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
certificateAuthorities
ListCertificateAuthoritiesResponse.Builder certificateAuthorities(Collection<CertificateAuthoritySummary> certificateAuthorities) A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.
- Parameters:
certificateAuthorities- A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateAuthorities
ListCertificateAuthoritiesResponse.Builder certificateAuthorities(CertificateAuthoritySummary... certificateAuthorities) A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.
- Parameters:
certificateAuthorities- A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateAuthorities
ListCertificateAuthoritiesResponse.Builder certificateAuthorities(Consumer<CertificateAuthoritySummary.Builder>... certificateAuthorities) A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.
This is a convenience method that creates an instance of theCertificateAuthoritySummary.Builderavoiding the need to create one manually viaCertificateAuthoritySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocertificateAuthorities(List<CertificateAuthoritySummary>).- Parameters:
certificateAuthorities- a consumer that will call methods onCertificateAuthoritySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The
nextTokenvalue to include in a futureListCertificateAuthoritiesrequest. When the results of aListCertificateAuthoritiesrequest exceedmaxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
- Parameters:
nextToken- ThenextTokenvalue to include in a futureListCertificateAuthoritiesrequest. When the results of aListCertificateAuthoritiesrequest exceedmaxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-