Interface GetTrustStoreRevocationContentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetTrustStoreRevocationContentRequest.Builder,GetTrustStoreRevocationContentRequest>
,ElasticLoadBalancingV2Request.Builder
,SdkBuilder<GetTrustStoreRevocationContentRequest.Builder,GetTrustStoreRevocationContentRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetTrustStoreRevocationContentRequest
public static interface GetTrustStoreRevocationContentRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<GetTrustStoreRevocationContentRequest.Builder,GetTrustStoreRevocationContentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTrustStoreRevocationContentRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetTrustStoreRevocationContentRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetTrustStoreRevocationContentRequest.Builder
revocationId(Long revocationId)
The revocation ID of the revocation file.GetTrustStoreRevocationContentRequest.Builder
trustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
trustStoreArn
GetTrustStoreRevocationContentRequest.Builder trustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
- Parameters:
trustStoreArn
- The Amazon Resource Name (ARN) of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revocationId
GetTrustStoreRevocationContentRequest.Builder revocationId(Long revocationId)
The revocation ID of the revocation file.
- Parameters:
revocationId
- The revocation ID of the revocation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetTrustStoreRevocationContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetTrustStoreRevocationContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-