Interface GetWorkloadIdentityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreControlResponse.Builder
,Buildable
,CopyableBuilder<GetWorkloadIdentityResponse.Builder,
,GetWorkloadIdentityResponse> SdkBuilder<GetWorkloadIdentityResponse.Builder,
,GetWorkloadIdentityResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetWorkloadIdentityResponse
@Mutable
@NotThreadSafe
public static interface GetWorkloadIdentityResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<GetWorkloadIdentityResponse.Builder,GetWorkloadIdentityResponse>
-
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.createdTime
(Instant createdTime) The timestamp when the workload identity was created.lastUpdatedTime
(Instant lastUpdatedTime) The timestamp when the workload identity was last updated.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
GetWorkloadIdentityResponse.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
GetWorkloadIdentityResponse.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
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.
-