Interface GetSellingSystemSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSellingSystemSettingsResponse.Builder,,GetSellingSystemSettingsResponse> PartnerCentralSellingResponse.Builder,SdkBuilder<GetSellingSystemSettingsResponse.Builder,,GetSellingSystemSettingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetSellingSystemSettingsResponse
@Mutable
@NotThreadSafe
public static interface GetSellingSystemSettingsResponse.Builder
extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<GetSellingSystemSettingsResponse.Builder,GetSellingSystemSettingsResponse>
-
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
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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
AWSfor production andSandboxfor testing environments.- Parameters:
catalog- Specifies the catalog in which the settings are defined. Acceptable values includeAWSfor production andSandboxfor testing environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSnapshotJobRoleArn
GetSellingSystemSettingsResponse.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.
-