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
Modifier and TypeMethodDescriptiontrustStoreRevocations(Collection<TrustStoreRevocation> trustStoreRevocations) Information about the revocation file added to the trust store.trustStoreRevocations(Consumer<TrustStoreRevocation.Builder>... trustStoreRevocations) Information about the revocation file added to the trust store.trustStoreRevocations(TrustStoreRevocation... trustStoreRevocations) Information about the revocation file added to the trust store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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 totrustStoreRevocations(List<TrustStoreRevocation>).- 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:
 
 
 -