Interface GetOpenIdConnectProviderResponse.Builder

  • Method Details

    • url

      The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.

      Parameters:
      url - The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientIDList

      A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

      Parameters:
      clientIDList - A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientIDList

      GetOpenIdConnectProviderResponse.Builder clientIDList(String... clientIDList)

      A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

      Parameters:
      clientIDList - A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thumbprintList

      A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

      Parameters:
      thumbprintList - A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thumbprintList

      GetOpenIdConnectProviderResponse.Builder thumbprintList(String... thumbprintList)

      A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

      Parameters:
      thumbprintList - A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createDate

      The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.

      Parameters:
      createDate - The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
      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 OIDC 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 OIDC 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 OIDC 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 OIDC 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 OIDC 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: