Interface ListTrustStoreCertificatesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListTrustStoreCertificatesResponse.Builder,
,ListTrustStoreCertificatesResponse> SdkBuilder<ListTrustStoreCertificatesResponse.Builder,
,ListTrustStoreCertificatesResponse> SdkPojo
,SdkResponse.Builder
,WorkSpacesWebResponse.Builder
- Enclosing class:
ListTrustStoreCertificatesResponse
@Mutable
@NotThreadSafe
public static interface ListTrustStoreCertificatesResponse.Builder
extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<ListTrustStoreCertificatesResponse.Builder,ListTrustStoreCertificatesResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateList
(Collection<CertificateSummary> certificateList) The certificate list.certificateList
(Consumer<CertificateSummary.Builder>... certificateList) The certificate list.certificateList
(CertificateSummary... certificateList) The certificate list.The pagination token used to retrieve the next page of results for this operation.>trustStoreArn
(String trustStoreArn) The ARN of the trust store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
certificateList
ListTrustStoreCertificatesResponse.Builder certificateList(Collection<CertificateSummary> certificateList) The certificate list.
- Parameters:
certificateList
- The certificate list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateList
The certificate list.
- Parameters:
certificateList
- The certificate list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateList
ListTrustStoreCertificatesResponse.Builder certificateList(Consumer<CertificateSummary.Builder>... certificateList) The certificate list.
This is a convenience method that creates an instance of theCertificateSummary.Builder
avoiding the need to create one manually viaCertificateSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocertificateList(List<CertificateSummary>)
.- Parameters:
certificateList
- a consumer that will call methods onCertificateSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token used to retrieve the next page of results for this operation.>
- Parameters:
nextToken
- The pagination token used to retrieve the next page of results for this operation.>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStoreArn
The ARN of the trust store.
- Parameters:
trustStoreArn
- The ARN of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-