Interface CreateIntegrationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateIntegrationResponse.Builder,CreateIntegrationResponse>,RdsResponse.Builder,SdkBuilder<CreateIntegrationResponse.Builder,CreateIntegrationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateIntegrationResponse
public static interface CreateIntegrationResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateIntegrationResponse.Builder,CreateIntegrationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateIntegrationResponse.BuilderadditionalEncryptionContext(Map<String,String> additionalEncryptionContext)The encryption context for the integration.CreateIntegrationResponse.BuildercreateTime(Instant createTime)The time when the integration was created, in Universal Coordinated Time (UTC).CreateIntegrationResponse.BuilderdataFilter(String dataFilter)Data filters for the integration.CreateIntegrationResponse.Builderdescription(String description)A description of the integration.CreateIntegrationResponse.Buildererrors(Collection<IntegrationError> errors)Any errors associated with the integration.CreateIntegrationResponse.Buildererrors(Consumer<IntegrationError.Builder>... errors)Any errors associated with the integration.CreateIntegrationResponse.Buildererrors(IntegrationError... errors)Any errors associated with the integration.CreateIntegrationResponse.BuilderintegrationArn(String integrationArn)The ARN of the integration.CreateIntegrationResponse.BuilderintegrationName(String integrationName)The name of the integration.CreateIntegrationResponse.BuilderkmsKeyId(String kmsKeyId)The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to encrypt the integration.CreateIntegrationResponse.BuildersourceArn(String sourceArn)The Amazon Resource Name (ARN) of the database used as the source for replication.CreateIntegrationResponse.Builderstatus(String status)The current status of the integration.CreateIntegrationResponse.Builderstatus(IntegrationStatus status)The current status of the integration.CreateIntegrationResponse.Buildertags(Collection<Tag> tags)Sets the value of the Tags property for this object.CreateIntegrationResponse.Buildertags(Consumer<Tag.Builder>... tags)Sets the value of the Tags property for this object.CreateIntegrationResponse.Buildertags(Tag... tags)Sets the value of the Tags property for this object.CreateIntegrationResponse.BuildertargetArn(String targetArn)The ARN of the Redshift data warehouse used as the target for replication.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.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 Detail
-
sourceArn
CreateIntegrationResponse.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the database used as the source for replication.
- Parameters:
sourceArn- The Amazon Resource Name (ARN) of the database used as the source for replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetArn
CreateIntegrationResponse.Builder targetArn(String targetArn)
The ARN of the Redshift data warehouse used as the target for replication.
- Parameters:
targetArn- The ARN of the Redshift data warehouse used as the target for replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationName
CreateIntegrationResponse.Builder integrationName(String integrationName)
The name of the integration.
- Parameters:
integrationName- The name of the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationArn
CreateIntegrationResponse.Builder integrationArn(String integrationArn)
The ARN of the integration.
- Parameters:
integrationArn- The ARN of the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
CreateIntegrationResponse.Builder kmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to encrypt the integration.
- Parameters:
kmsKeyId- The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to encrypt the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalEncryptionContext
CreateIntegrationResponse.Builder additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The encryption context for the integration. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.
- Parameters:
additionalEncryptionContext- The encryption context for the integration. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CreateIntegrationResponse.Builder status(String status)
The current status of the integration.
- Parameters:
status- The current status of the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IntegrationStatus,IntegrationStatus
-
status
CreateIntegrationResponse.Builder status(IntegrationStatus status)
The current status of the integration.
- Parameters:
status- The current status of the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IntegrationStatus,IntegrationStatus
-
tags
CreateIntegrationResponse.Builder tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateIntegrationResponse.Builder tags(Tag... tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateIntegrationResponse.Builder tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
createTime
CreateIntegrationResponse.Builder createTime(Instant createTime)
The time when the integration was created, in Universal Coordinated Time (UTC).
- Parameters:
createTime- The time when the integration was created, in Universal Coordinated Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
CreateIntegrationResponse.Builder errors(Collection<IntegrationError> errors)
Any errors associated with the integration.
- Parameters:
errors- Any errors associated with the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
CreateIntegrationResponse.Builder errors(IntegrationError... errors)
Any errors associated with the integration.
- Parameters:
errors- Any errors associated with the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
CreateIntegrationResponse.Builder errors(Consumer<IntegrationError.Builder>... errors)
Any errors associated with the integration.
This is a convenience method that creates an instance of theIntegrationError.Builderavoiding the need to create one manually viaIntegrationError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errors(List.) - Parameters:
errors- a consumer that will call methods onIntegrationError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errors(java.util.Collection)
-
dataFilter
CreateIntegrationResponse.Builder dataFilter(String dataFilter)
Data filters for the integration. These filters determine which tables from the source database are sent to the target Amazon Redshift data warehouse.
- Parameters:
dataFilter- Data filters for the integration. These filters determine which tables from the source database are sent to the target Amazon Redshift data warehouse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateIntegrationResponse.Builder description(String description)
A description of the integration.
- Parameters:
description- A description of the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-