Interface UpdateWorkloadIdentityResponse.Builder

  • Method Details

    • name

      The name of the workload identity.

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

      UpdateWorkloadIdentityResponse.Builder workloadIdentityArn(String workloadIdentityArn)

      The Amazon Resource Name (ARN) of the workload identity.

      Parameters:
      workloadIdentityArn - The Amazon Resource Name (ARN) of the workload identity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedResourceOauth2ReturnUrls

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

      UpdateWorkloadIdentityResponse.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.
    • createdTime

      The timestamp when the workload identity was created.

      Parameters:
      createdTime - The timestamp when the workload identity was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      UpdateWorkloadIdentityResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The timestamp when the workload identity was last updated.

      Parameters:
      lastUpdatedTime - The timestamp when the workload identity was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.