Interface ListTrustStoreCertificatesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTrustStoreCertificatesResponse.Builder,ListTrustStoreCertificatesResponse>,SdkBuilder<ListTrustStoreCertificatesResponse.Builder,ListTrustStoreCertificatesResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesWebResponse.Builder
- Enclosing class:
- ListTrustStoreCertificatesResponse
public static interface ListTrustStoreCertificatesResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<ListTrustStoreCertificatesResponse.Builder,ListTrustStoreCertificatesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTrustStoreCertificatesResponse.BuildercertificateList(Collection<CertificateSummary> certificateList)The certificate list.ListTrustStoreCertificatesResponse.BuildercertificateList(Consumer<CertificateSummary.Builder>... certificateList)The certificate list.ListTrustStoreCertificatesResponse.BuildercertificateList(CertificateSummary... certificateList)The certificate list.ListTrustStoreCertificatesResponse.BuildernextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.>ListTrustStoreCertificatesResponse.BuildertrustStoreArn(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 Detail
-
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
ListTrustStoreCertificatesResponse.Builder certificateList(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
ListTrustStoreCertificatesResponse.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 to#certificateList(List.) - 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:
#certificateList(java.util.Collection)
-
nextToken
ListTrustStoreCertificatesResponse.Builder nextToken(String 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
ListTrustStoreCertificatesResponse.Builder trustStoreArn(String 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.
-
-