Interface InviteOrganizationToTransferResponsibilityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<InviteOrganizationToTransferResponsibilityRequest.Builder,,InviteOrganizationToTransferResponsibilityRequest> OrganizationsRequest.Builder,SdkBuilder<InviteOrganizationToTransferResponsibilityRequest.Builder,,InviteOrganizationToTransferResponsibilityRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
InviteOrganizationToTransferResponsibilityRequest
-
Method Summary
Modifier and TypeMethodDescriptionAdditional information that you want to include in the invitation.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceName(String sourceName) Name you want to assign to the transfer.startTimestamp(Instant startTimestamp) Timestamp when the recipient will begin managing the specified responsibilities.tags(Collection<Tag> tags) A list of tags that you want to attach to the transfer.tags(Consumer<Tag.Builder>... tags) A list of tags that you want to attach to the transfer.A list of tags that you want to attach to the transfer.target(Consumer<HandshakeParty.Builder> target) AHandshakePartyobject.target(HandshakeParty target) AHandshakePartyobject.The type of responsibility you want to designate to your organization.The type of responsibility you want to designate to your organization.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of responsibility you want to designate to your organization. Currently, only
BILLINGis supported.- Parameters:
type- The type of responsibility you want to designate to your organization. Currently, onlyBILLINGis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of responsibility you want to designate to your organization. Currently, only
BILLINGis supported.- Parameters:
type- The type of responsibility you want to designate to your organization. Currently, onlyBILLINGis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
target
A
HandshakePartyobject. Contains details for the account you want to invite. Currently, onlyACCOUNTandEMAILare supported.- Parameters:
target- AHandshakePartyobject. Contains details for the account you want to invite. Currently, onlyACCOUNTandEMAILare supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
default InviteOrganizationToTransferResponsibilityRequest.Builder target(Consumer<HandshakeParty.Builder> target) A
This is a convenience method that creates an instance of theHandshakePartyobject. Contains details for the account you want to invite. Currently, onlyACCOUNTandEMAILare supported.HandshakeParty.Builderavoiding the need to create one manually viaHandshakeParty.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totarget(HandshakeParty).- Parameters:
target- a consumer that will call methods onHandshakeParty.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notes
Additional information that you want to include in the invitation.
- Parameters:
notes- Additional information that you want to include in the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTimestamp
Timestamp when the recipient will begin managing the specified responsibilities.
- Parameters:
startTimestamp- Timestamp when the recipient will begin managing the specified responsibilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceName
Name you want to assign to the transfer.
- Parameters:
sourceName- Name you want to assign to the transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags that you want to attach to the transfer. For each tag in the list, you must specify both a tag key and a value. You can set the value to an empty string, but you can't set it to
null. For more information about tagging, see Tagging Organizations resources in the Organizations User Guide.Any tags in the request are checked for compliance with any applicable tag policies when the request is made. The request is rejected if the tags in the request don't match the requirements of the policy at that time. Tag policy compliance is not checked again when the invitation is accepted and the tags are actually attached to the transfer. That means that if the tag policy changes between the invitation and the acceptance, then that tags could potentially be non-compliant.
If any one of the tags is not valid or if you exceed the allowed number of tags for a transfer, then the entire request fails and invitations are not sent.
- Parameters:
tags- A list of tags that you want to attach to the transfer. For each tag in the list, you must specify both a tag key and a value. You can set the value to an empty string, but you can't set it tonull. For more information about tagging, see Tagging Organizations resources in the Organizations User Guide.Any tags in the request are checked for compliance with any applicable tag policies when the request is made. The request is rejected if the tags in the request don't match the requirements of the policy at that time. Tag policy compliance is not checked again when the invitation is accepted and the tags are actually attached to the transfer. That means that if the tag policy changes between the invitation and the acceptance, then that tags could potentially be non-compliant.
If any one of the tags is not valid or if you exceed the allowed number of tags for a transfer, then the entire request fails and invitations are not sent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags that you want to attach to the transfer. For each tag in the list, you must specify both a tag key and a value. You can set the value to an empty string, but you can't set it to
null. For more information about tagging, see Tagging Organizations resources in the Organizations User Guide.Any tags in the request are checked for compliance with any applicable tag policies when the request is made. The request is rejected if the tags in the request don't match the requirements of the policy at that time. Tag policy compliance is not checked again when the invitation is accepted and the tags are actually attached to the transfer. That means that if the tag policy changes between the invitation and the acceptance, then that tags could potentially be non-compliant.
If any one of the tags is not valid or if you exceed the allowed number of tags for a transfer, then the entire request fails and invitations are not sent.
- Parameters:
tags- A list of tags that you want to attach to the transfer. For each tag in the list, you must specify both a tag key and a value. You can set the value to an empty string, but you can't set it tonull. For more information about tagging, see Tagging Organizations resources in the Organizations User Guide.Any tags in the request are checked for compliance with any applicable tag policies when the request is made. The request is rejected if the tags in the request don't match the requirements of the policy at that time. Tag policy compliance is not checked again when the invitation is accepted and the tags are actually attached to the transfer. That means that if the tag policy changes between the invitation and the acceptance, then that tags could potentially be non-compliant.
If any one of the tags is not valid or if you exceed the allowed number of tags for a transfer, then the entire request fails and invitations are not sent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags that you want to attach to the transfer. For each tag in the list, you must specify both a tag key and a value. You can set the value to an empty string, but you can't set it to
null. For more information about tagging, see Tagging Organizations resources in the Organizations User Guide.Any tags in the request are checked for compliance with any applicable tag policies when the request is made. The request is rejected if the tags in the request don't match the requirements of the policy at that time. Tag policy compliance is not checked again when the invitation is accepted and the tags are actually attached to the transfer. That means that if the tag policy changes between the invitation and the acceptance, then that tags could potentially be non-compliant.
This is a convenience method that creates an instance of theIf any one of the tags is not valid or if you exceed the allowed number of tags for a transfer, then the entire request fails and invitations are not sent.
Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
InviteOrganizationToTransferResponsibilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
InviteOrganizationToTransferResponsibilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-