Interface GetSamlProviderResponse.Builder

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

public static interface GetSamlProviderResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetSamlProviderResponse.Builder,GetSamlProviderResponse>
  • Method Details

    • samlMetadataDocument

      GetSamlProviderResponse.Builder samlMetadataDocument(String samlMetadataDocument)

      The XML metadata document that includes information about an identity provider.

      Parameters:
      samlMetadataDocument - The XML metadata document that includes information about an identity provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createDate

      GetSamlProviderResponse.Builder createDate(Instant createDate)

      The date and time when the SAML provider was created.

      Parameters:
      createDate - The date and time when the SAML provider was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validUntil

      GetSamlProviderResponse.Builder validUntil(Instant validUntil)

      The expiration date and time for the SAML provider.

      Parameters:
      validUntil - The expiration date and time for the SAML provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

      Parameters:
      tags - A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

      Parameters:
      tags - A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: