Interface GetTrustStoreRevocationContentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTrustStoreRevocationContentResponse.Builder,GetTrustStoreRevocationContentResponse>,ElasticLoadBalancingV2Response.Builder,SdkBuilder<GetTrustStoreRevocationContentResponse.Builder,GetTrustStoreRevocationContentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTrustStoreRevocationContentResponse
public static interface GetTrustStoreRevocationContentResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<GetTrustStoreRevocationContentResponse.Builder,GetTrustStoreRevocationContentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTrustStoreRevocationContentResponse.Builderlocation(String location)The revocation files Amazon S3 URI.-
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
-
location
GetTrustStoreRevocationContentResponse.Builder location(String location)
The revocation files Amazon S3 URI.
- Parameters:
location- The revocation files Amazon S3 URI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-