Interface CreateEngagementInvitationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateEngagementInvitationResponse.Builder,CreateEngagementInvitationResponse>,PartnerCentralSellingResponse.Builder,SdkBuilder<CreateEngagementInvitationResponse.Builder,CreateEngagementInvitationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateEngagementInvitationResponse
public static interface CreateEngagementInvitationResponse.Builder extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<CreateEngagementInvitationResponse.Builder,CreateEngagementInvitationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEngagementInvitationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) that uniquely identifies the engagement invitation.CreateEngagementInvitationResponse.Builderid(String id)Unique identifier assigned to the newly created engagement invitation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.Builder
build, responseMetadata, responseMetadata
-
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 Detail
-
arn
CreateEngagementInvitationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) that uniquely identifies the engagement invitation.
- Parameters:
arn- The Amazon Resource Name (ARN) that uniquely identifies the engagement invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CreateEngagementInvitationResponse.Builder id(String id)
Unique identifier assigned to the newly created engagement invitation.
- Parameters:
id- Unique identifier assigned to the newly created engagement invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-