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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
certificateListListTrustStoreCertificatesResponse.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.
 
- 
certificateListThe certificate list. - Parameters:
- certificateList- The certificate list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
certificateListListTrustStoreCertificatesResponse.Builder certificateList(Consumer<CertificateSummary.Builder>... certificateList) The certificate list. This is a convenience method that creates an instance of theCertificateSummary.Builderavoiding the need to create one manually viaCertificateSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocertificateList(List<CertificateSummary>).- Parameters:
- certificateList- a consumer that will call methods on- CertificateSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
trustStoreArnThe 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.
 
- 
nextTokenThe 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.
 
 
-