Interface CreateAccountLinkInvitationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateAccountLinkInvitationResponse.Builder,CreateAccountLinkInvitationResponse>,SdkBuilder<CreateAccountLinkInvitationResponse.Builder,CreateAccountLinkInvitationResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesResponse.Builder
- Enclosing class:
- CreateAccountLinkInvitationResponse
public static interface CreateAccountLinkInvitationResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<CreateAccountLinkInvitationResponse.Builder,CreateAccountLinkInvitationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateAccountLinkInvitationResponse.BuilderaccountLink(Consumer<AccountLink.Builder> accountLink)Information about the account link.CreateAccountLinkInvitationResponse.BuilderaccountLink(AccountLink accountLink)Information about the account link.-
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
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
accountLink
CreateAccountLinkInvitationResponse.Builder accountLink(AccountLink accountLink)
Information about the account link.
- Parameters:
accountLink- Information about the account link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountLink
default CreateAccountLinkInvitationResponse.Builder accountLink(Consumer<AccountLink.Builder> accountLink)
Information about the account link.
This is a convenience method that creates an instance of theAccountLink.Builderavoiding the need to create one manually viaAccountLink.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountLink(AccountLink).- Parameters:
accountLink- a consumer that will call methods onAccountLink.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accountLink(AccountLink)
-
-