Interface CreateEngagementResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateEngagementResponse.Builder,
,CreateEngagementResponse> PartnerCentralSellingResponse.Builder
,SdkBuilder<CreateEngagementResponse.Builder,
,CreateEngagementResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateEngagementResponse
@Mutable
@NotThreadSafe
public static interface CreateEngagementResponse.Builder
extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<CreateEngagementResponse.Builder,CreateEngagementResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that identifies the engagement.Unique identifier assigned to the newly created engagement.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 Details
-
arn
The Amazon Resource Name (ARN) that identifies the engagement.
- Parameters:
arn
- The Amazon Resource Name (ARN) that identifies the engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
Unique identifier assigned to the newly created engagement.
- Parameters:
id
- Unique identifier assigned to the newly created engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-