Interface ListCrlsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListCrlsResponse.Builder,ListCrlsResponse>, RolesAnywhereResponse.Builder, SdkBuilder<ListCrlsResponse.Builder,ListCrlsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListCrlsResponse

public static interface ListCrlsResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<ListCrlsResponse.Builder,ListCrlsResponse>
  • Method Details

    • crls

      A 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.
    • crls

      A 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.
    • crls

      A list of certificate revocation lists (CRL).

      This is a convenience method that creates an instance of the CrlDetail.Builder avoiding the need to create one manually via CrlDetail.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to crls(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:
    • nextToken

      ListCrlsResponse.Builder nextToken(String 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.

      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.