Interface SearchCertificatesResponse.Builder
- All Superinterfaces:
AcmResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<SearchCertificatesResponse.Builder,,SearchCertificatesResponse> SdkBuilder<SearchCertificatesResponse.Builder,,SearchCertificatesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SearchCertificatesResponse
@Mutable
@NotThreadSafe
public static interface SearchCertificatesResponse.Builder
extends AcmResponse.Builder, SdkPojo, CopyableBuilder<SearchCertificatesResponse.Builder,SearchCertificatesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionWhen the list is truncated, this value is present and contains the value to use for theNextTokenparameter in a subsequent pagination request.results(Collection<CertificateSearchResult> results) A list of certificate search results containing certificate ARNs, X.509 attributes, and ACM metadata.results(Consumer<CertificateSearchResult.Builder>... results) A list of certificate search results containing certificate ARNs, X.509 attributes, and ACM metadata.results(CertificateSearchResult... results) A list of certificate search results containing certificate ARNs, X.509 attributes, and ACM metadata.Methods inherited from interface software.amazon.awssdk.services.acm.model.AcmResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
results
A list of certificate search results containing certificate ARNs, X.509 attributes, and ACM metadata.
- Parameters:
results- A list of certificate search results containing certificate ARNs, X.509 attributes, and ACM metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
A list of certificate search results containing certificate ARNs, X.509 attributes, and ACM metadata.
- Parameters:
results- A list of certificate search results containing certificate ARNs, X.509 attributes, and ACM metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
A list of certificate search results containing certificate ARNs, X.509 attributes, and ACM metadata.
This is a convenience method that creates an instance of theCertificateSearchResult.Builderavoiding the need to create one manually viaCertificateSearchResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresults(List<CertificateSearchResult>).- Parameters:
results- a consumer that will call methods onCertificateSearchResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
When the list is truncated, this value is present and contains the value to use for the
NextTokenparameter in a subsequent pagination request.- Parameters:
nextToken- When the list is truncated, this value is present and contains the value to use for theNextTokenparameter in a subsequent pagination request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-