Interface SpaceCredentialRequestContext.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SpaceCredentialRequestContext.Builder,,SpaceCredentialRequestContext> SdkBuilder<SpaceCredentialRequestContext.Builder,,SpaceCredentialRequestContext> SdkPojo
- Enclosing class:
SpaceCredentialRequestContext
@Mutable
@NotThreadSafe
public static interface SpaceCredentialRequestContext.Builder
extends SdkPojo, CopyableBuilder<SpaceCredentialRequestContext.Builder,SpaceCredentialRequestContext>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the domain, when returning credentials for a target account that does not yet have a space.The ID of an existing space to return credentials for.targetAccountId(String targetAccountId) The ID of the target member account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
spaceId
The ID of an existing space to return credentials for.
- Parameters:
spaceId- The ID of an existing space to return credentials for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The ID of the domain, when returning credentials for a target account that does not yet have a space.
- Parameters:
domainId- The ID of the domain, when returning credentials for a target account that does not yet have a space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetAccountId
The ID of the target member account. Required when domainId is set.
- Parameters:
targetAccountId- The ID of the target member account. Required when domainId is set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-