Interface AddTrustStoreRevocationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AddTrustStoreRevocationsResponse.Builder,AddTrustStoreRevocationsResponse>,ElasticLoadBalancingV2Response.Builder,SdkBuilder<AddTrustStoreRevocationsResponse.Builder,AddTrustStoreRevocationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AddTrustStoreRevocationsResponse
public static interface AddTrustStoreRevocationsResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<AddTrustStoreRevocationsResponse.Builder,AddTrustStoreRevocationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddTrustStoreRevocationsResponse.BuildertrustStoreRevocations(Collection<TrustStoreRevocation> trustStoreRevocations)Information about the revocation file added to the trust store.AddTrustStoreRevocationsResponse.BuildertrustStoreRevocations(Consumer<TrustStoreRevocation.Builder>... trustStoreRevocations)Information about the revocation file added to the trust store.AddTrustStoreRevocationsResponse.BuildertrustStoreRevocations(TrustStoreRevocation... trustStoreRevocations)Information about the revocation file added to 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
AddTrustStoreRevocationsResponse.Builder trustStoreRevocations(Collection<TrustStoreRevocation> trustStoreRevocations)
Information about the revocation file added to the trust store.
- Parameters:
trustStoreRevocations- Information about the revocation file added to the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStoreRevocations
AddTrustStoreRevocationsResponse.Builder trustStoreRevocations(TrustStoreRevocation... trustStoreRevocations)
Information about the revocation file added to the trust store.
- Parameters:
trustStoreRevocations- Information about the revocation file added to the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStoreRevocations
AddTrustStoreRevocationsResponse.Builder trustStoreRevocations(Consumer<TrustStoreRevocation.Builder>... trustStoreRevocations)
Information about the revocation file added to the trust store.
This is a convenience method that creates an instance of theTrustStoreRevocation.Builderavoiding the need to create one manually viaTrustStoreRevocation.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 onTrustStoreRevocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#trustStoreRevocations(java.util.Collection)
-
-