Interface CreateWorkloadIdentityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreControlResponse.Builder
,Buildable
,CopyableBuilder<CreateWorkloadIdentityResponse.Builder,
,CreateWorkloadIdentityResponse> SdkBuilder<CreateWorkloadIdentityResponse.Builder,
,CreateWorkloadIdentityResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateWorkloadIdentityResponse
@Mutable
@NotThreadSafe
public static interface CreateWorkloadIdentityResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkloadIdentityResponse.Builder,CreateWorkloadIdentityResponse>
-
Method Summary
Modifier and TypeMethodDescriptionallowedResourceOauth2ReturnUrls
(String... allowedResourceOauth2ReturnUrls) The list of allowed OAuth2 return URLs for resources associated with this workload identity.allowedResourceOauth2ReturnUrls
(Collection<String> allowedResourceOauth2ReturnUrls) The list of allowed OAuth2 return URLs for resources associated with this workload identity.The name of the workload identity.workloadIdentityArn
(String workloadIdentityArn) The Amazon Resource Name (ARN) of the workload identity.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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
CreateWorkloadIdentityResponse.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
CreateWorkloadIdentityResponse.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.
-