Interface UpdateWorkloadIdentityRequest.Builder

  • Method Details

    • name

      The name of the workload identity to update.

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

      UpdateWorkloadIdentityRequest.Builder allowedResourceOauth2ReturnUrls(Collection<String> allowedResourceOauth2ReturnUrls)

      The new list of allowed OAuth2 return URLs for resources associated with this workload identity. This list replaces the existing list.

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

      UpdateWorkloadIdentityRequest.Builder allowedResourceOauth2ReturnUrls(String... allowedResourceOauth2ReturnUrls)

      The new list of allowed OAuth2 return URLs for resources associated with this workload identity. This list replaces the existing list.

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

      UpdateWorkloadIdentityRequest.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.