Interface GetCrlResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCrlResponse.Builder,GetCrlResponse>,RolesAnywhereResponse.Builder,SdkBuilder<GetCrlResponse.Builder,GetCrlResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCrlResponse
public static interface GetCrlResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<GetCrlResponse.Builder,GetCrlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetCrlResponse.Buildercrl(Consumer<CrlDetail.Builder> crl)The state of the certificate revocation list (CRL) after a read or write operation.GetCrlResponse.Buildercrl(CrlDetail crl)The state of the certificate revocation list (CRL) after a read or write operation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rolesanywhere.model.RolesAnywhereResponse.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
-
crl
GetCrlResponse.Builder crl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
- Parameters:
crl- The state of the certificate revocation list (CRL) after a read or write operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crl
default GetCrlResponse.Builder crl(Consumer<CrlDetail.Builder> crl)
The state of the certificate revocation list (CRL) after a read or write operation.
This is a convenience method that creates an instance of theCrlDetail.Builderavoiding the need to create one manually viaCrlDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocrl(CrlDetail).- Parameters:
crl- a consumer that will call methods onCrlDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
crl(CrlDetail)
-
-