Interface CreateOpenIdConnectProviderResponse.Builder

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

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

    • openIDConnectProviderArn

      CreateOpenIdConnectProviderResponse.Builder openIDConnectProviderArn(String openIDConnectProviderArn)

      The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see OpenIDConnectProviderListEntry.

      Parameters:
      openIDConnectProviderArn - The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see OpenIDConnectProviderListEntry.
      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 new 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 new 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 new 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 new 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 new 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: