Interface DescribeTrustStoreRevocationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTrustStoreRevocationsResponse.Builder,DescribeTrustStoreRevocationsResponse>,ElasticLoadBalancingV2Response.Builder,SdkBuilder<DescribeTrustStoreRevocationsResponse.Builder,DescribeTrustStoreRevocationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTrustStoreRevocationsResponse
public static interface DescribeTrustStoreRevocationsResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTrustStoreRevocationsResponse.Builder,DescribeTrustStoreRevocationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTrustStoreRevocationsResponse.BuildernextMarker(String nextMarker)If there are additional results, this is the marker for the next set of results.DescribeTrustStoreRevocationsResponse.BuildertrustStoreRevocations(Collection<DescribeTrustStoreRevocation> trustStoreRevocations)Information about the revocation file in the trust store.DescribeTrustStoreRevocationsResponse.BuildertrustStoreRevocations(Consumer<DescribeTrustStoreRevocation.Builder>... trustStoreRevocations)Information about the revocation file in the trust store.DescribeTrustStoreRevocationsResponse.BuildertrustStoreRevocations(DescribeTrustStoreRevocation... trustStoreRevocations)Information about the revocation file in the trust store.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
trustStoreRevocations
DescribeTrustStoreRevocationsResponse.Builder trustStoreRevocations(Collection<DescribeTrustStoreRevocation> trustStoreRevocations)
Information about the revocation file in the trust store.
- Parameters:
trustStoreRevocations- Information about the revocation file in the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStoreRevocations
DescribeTrustStoreRevocationsResponse.Builder trustStoreRevocations(DescribeTrustStoreRevocation... trustStoreRevocations)
Information about the revocation file in the trust store.
- Parameters:
trustStoreRevocations- Information about the revocation file in the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStoreRevocations
DescribeTrustStoreRevocationsResponse.Builder trustStoreRevocations(Consumer<DescribeTrustStoreRevocation.Builder>... trustStoreRevocations)
Information about the revocation file in the trust store.
This is a convenience method that creates an instance of theDescribeTrustStoreRevocation.Builderavoiding the need to create one manually viaDescribeTrustStoreRevocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#trustStoreRevocations(List.) - Parameters:
trustStoreRevocations- a consumer that will call methods onDescribeTrustStoreRevocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#trustStoreRevocations(java.util.Collection)
-
nextMarker
DescribeTrustStoreRevocationsResponse.Builder nextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
- Parameters:
nextMarker- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-