Interface ListServiceSpecificCredentialsResponse.Builder

    • Method Detail

      • serviceSpecificCredentials

        ListServiceSpecificCredentialsResponse.Builder serviceSpecificCredentials​(Collection<ServiceSpecificCredentialMetadata> serviceSpecificCredentials)

        A list of structures that each contain details about a service-specific credential.

        Parameters:
        serviceSpecificCredentials - A list of structures that each contain details about a service-specific credential.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceSpecificCredentials

        ListServiceSpecificCredentialsResponse.Builder serviceSpecificCredentials​(ServiceSpecificCredentialMetadata... serviceSpecificCredentials)

        A list of structures that each contain details about a service-specific credential.

        Parameters:
        serviceSpecificCredentials - A list of structures that each contain details about a service-specific credential.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListServiceSpecificCredentialsResponse.Builder marker​(String marker)

        When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

        Parameters:
        marker - When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        ListServiceSpecificCredentialsResponse.Builder isTruncated​(Boolean isTruncated)

        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items.

        Parameters:
        isTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.