Interface ExportClientVpnClientCertificateRevocationListResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ExportClientVpnClientCertificateRevocationListResponse.Builder,ExportClientVpnClientCertificateRevocationListResponse>,Ec2Response.Builder,SdkBuilder<ExportClientVpnClientCertificateRevocationListResponse.Builder,ExportClientVpnClientCertificateRevocationListResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ExportClientVpnClientCertificateRevocationListResponse
public static interface ExportClientVpnClientCertificateRevocationListResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ExportClientVpnClientCertificateRevocationListResponse.Builder,ExportClientVpnClientCertificateRevocationListResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ExportClientVpnClientCertificateRevocationListResponse.BuildercertificateRevocationList(String certificateRevocationList)Information about the client certificate revocation list.default ExportClientVpnClientCertificateRevocationListResponse.Builderstatus(Consumer<ClientCertificateRevocationListStatus.Builder> status)The current state of the client certificate revocation list.ExportClientVpnClientCertificateRevocationListResponse.Builderstatus(ClientCertificateRevocationListStatus status)The current state of the client certificate revocation list.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.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
-
certificateRevocationList
ExportClientVpnClientCertificateRevocationListResponse.Builder certificateRevocationList(String certificateRevocationList)
Information about the client certificate revocation list.
- Parameters:
certificateRevocationList- Information about the client certificate revocation list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ExportClientVpnClientCertificateRevocationListResponse.Builder status(ClientCertificateRevocationListStatus status)
The current state of the client certificate revocation list.
- Parameters:
status- The current state of the client certificate revocation list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
default ExportClientVpnClientCertificateRevocationListResponse.Builder status(Consumer<ClientCertificateRevocationListStatus.Builder> status)
The current state of the client certificate revocation list.
This is a convenience method that creates an instance of theClientCertificateRevocationListStatus.Builderavoiding the need to create one manually viaClientCertificateRevocationListStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(ClientCertificateRevocationListStatus).- Parameters:
status- a consumer that will call methods onClientCertificateRevocationListStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
status(ClientCertificateRevocationListStatus)
-
-