Interface PutSellingSystemSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<PutSellingSystemSettingsResponse.Builder,
,PutSellingSystemSettingsResponse> PartnerCentralSellingResponse.Builder
,SdkBuilder<PutSellingSystemSettingsResponse.Builder,
,PutSellingSystemSettingsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutSellingSystemSettingsResponse
@Mutable
@NotThreadSafe
public static interface PutSellingSystemSettingsResponse.Builder
extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<PutSellingSystemSettingsResponse.Builder,PutSellingSystemSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the catalog in which the settings are defined.resourceSnapshotJobRoleArn
(String resourceSnapshotJobRoleArn) Specifies the ARN of the IAM Role used for resource snapshot job executions.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
-
catalog
Specifies the catalog in which the settings are defined. Acceptable values include
AWS
for production andSandbox
for testing environments.- Parameters:
catalog
- Specifies the catalog in which the settings are defined. Acceptable values includeAWS
for production andSandbox
for testing environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSnapshotJobRoleArn
PutSellingSystemSettingsResponse.Builder resourceSnapshotJobRoleArn(String resourceSnapshotJobRoleArn) Specifies the ARN of the IAM Role used for resource snapshot job executions.
- Parameters:
resourceSnapshotJobRoleArn
- Specifies the ARN of the IAM Role used for resource snapshot job executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-