Interface CreateListingChangeSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateListingChangeSetRequest.Builder,CreateListingChangeSetRequest>,DataZoneRequest.Builder,SdkBuilder<CreateListingChangeSetRequest.Builder,CreateListingChangeSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateListingChangeSetRequest
public static interface CreateListingChangeSetRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateListingChangeSetRequest.Builder,CreateListingChangeSetRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
action
CreateListingChangeSetRequest.Builder action(String action)
Specifies whether to publish or unpublish a listing.
- Parameters:
action- Specifies whether to publish or unpublish a listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeAction,ChangeAction
-
action
CreateListingChangeSetRequest.Builder action(ChangeAction action)
Specifies whether to publish or unpublish a listing.
- Parameters:
action- Specifies whether to publish or unpublish a listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeAction,ChangeAction
-
clientToken
CreateListingChangeSetRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
CreateListingChangeSetRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityIdentifier
CreateListingChangeSetRequest.Builder entityIdentifier(String entityIdentifier)
The ID of the asset.
- Parameters:
entityIdentifier- The ID of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityRevision
CreateListingChangeSetRequest.Builder entityRevision(String entityRevision)
The revision of an asset.
- Parameters:
entityRevision- The revision of an asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
CreateListingChangeSetRequest.Builder entityType(String entityType)
The type of an entity.
- Parameters:
entityType- The type of an entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EntityType,EntityType
-
entityType
CreateListingChangeSetRequest.Builder entityType(EntityType entityType)
The type of an entity.
- Parameters:
entityType- The type of an entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EntityType,EntityType
-
overrideConfiguration
CreateListingChangeSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateListingChangeSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-