Interface CreateWorkloadIdentityRequest.Builder

  • Method Details

    • name

      The name of the workload identity. The name must be unique within your account.

      Parameters:
      name - The name of the workload identity. The name must be unique within your account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedResourceOauth2ReturnUrls

      CreateWorkloadIdentityRequest.Builder allowedResourceOauth2ReturnUrls(Collection<String> allowedResourceOauth2ReturnUrls)

      The list of allowed OAuth2 return URLs for resources associated with this workload identity.

      Parameters:
      allowedResourceOauth2ReturnUrls - The list of allowed OAuth2 return URLs for resources associated with this workload identity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedResourceOauth2ReturnUrls

      CreateWorkloadIdentityRequest.Builder allowedResourceOauth2ReturnUrls(String... allowedResourceOauth2ReturnUrls)

      The list of allowed OAuth2 return URLs for resources associated with this workload identity.

      Parameters:
      allowedResourceOauth2ReturnUrls - The list of allowed OAuth2 return URLs for resources associated with this workload identity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A map of tag keys and values to assign to the workload identity. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.

      Parameters:
      tags - A map of tag keys and values to assign to the workload identity. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateWorkloadIdentityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.