Interface ListCrlsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListCrlsResponse.Builder,,- ListCrlsResponse> - RolesAnywhereResponse.Builder,- SdkBuilder<ListCrlsResponse.Builder,,- ListCrlsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListCrlsResponse
@Mutable
@NotThreadSafe
public static interface ListCrlsResponse.Builder
extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<ListCrlsResponse.Builder,ListCrlsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncrls(Collection<CrlDetail> crls) A list of certificate revocation lists (CRL).crls(Consumer<CrlDetail.Builder>... crls) A list of certificate revocation lists (CRL).A list of certificate revocation lists (CRL).A token that indicates where the output should continue from, if a previous request did not show all results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rolesanywhere.model.RolesAnywhereResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
crlsA list of certificate revocation lists (CRL). - Parameters:
- crls- A list of certificate revocation lists (CRL).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
crlsA list of certificate revocation lists (CRL). - Parameters:
- crls- A list of certificate revocation lists (CRL).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
crlsA list of certificate revocation lists (CRL). 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 tocrls(List<CrlDetail>).- Parameters:
- crls- a consumer that will call methods on- CrlDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value. - Parameters:
- nextToken- A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-