Interface AddEntityOwnerRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<AddEntityOwnerRequest.Builder,,- AddEntityOwnerRequest> - DataZoneRequest.Builder,- SdkBuilder<AddEntityOwnerRequest.Builder,,- AddEntityOwnerRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- AddEntityOwnerRequest
@Mutable
@NotThreadSafe
public static interface AddEntityOwnerRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<AddEntityOwnerRequest.Builder,AddEntityOwnerRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.domainIdentifier(String domainIdentifier) The ID of the domain in which you want to add the entity owner.entityIdentifier(String entityIdentifier) The ID of the entity to which you want to add an owner.entityType(String entityType) The type of an entity.entityType(DataZoneEntityType entityType) The type of an entity.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default AddEntityOwnerRequest.Builderowner(Consumer<OwnerProperties.Builder> owner) The owner that you want to add to the entity.owner(OwnerProperties owner) The owner that you want to add to the entity.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clientTokenA 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.
 
- 
domainIdentifierThe ID of the domain in which you want to add the entity owner. - Parameters:
- domainIdentifier- The ID of the domain in which you want to add the entity owner.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entityIdentifierThe ID of the entity to which you want to add an owner. - Parameters:
- entityIdentifier- The ID of the entity to which you want to add an owner.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entityTypeThe 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:
 
- 
entityTypeThe 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:
 
- 
ownerThe owner that you want to add to the entity. - Parameters:
- owner- The owner that you want to add to the entity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ownerThe owner that you want to add to the entity. This is a convenience method that creates an instance of theOwnerProperties.Builderavoiding the need to create one manually viaOwnerProperties.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toowner(OwnerProperties).- Parameters:
- owner- a consumer that will call methods on- OwnerProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationAddEntityOwnerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationAddEntityOwnerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-