Interface ModifyIntegrationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ModifyIntegrationResponse.Builder,,- ModifyIntegrationResponse> - RdsResponse.Builder,- SdkBuilder<ModifyIntegrationResponse.Builder,,- ModifyIntegrationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ModifyIntegrationResponse
- 
Method SummaryModifier and TypeMethodDescriptionadditionalEncryptionContext(Map<String, String> additionalEncryptionContext) The encryption context for the integration.createTime(Instant createTime) The time when the integration was created, in Universal Coordinated Time (UTC).dataFilter(String dataFilter) Data filters for the integration.description(String description) A description of the integration.errors(Collection<IntegrationError> errors) Any errors associated with the integration.errors(Consumer<IntegrationError.Builder>... errors) Any errors associated with the integration.errors(IntegrationError... errors) Any errors associated with the integration.integrationArn(String integrationArn) The ARN of the integration.integrationName(String integrationName) The name of the integration.The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to encrypt the integration.The Amazon Resource Name (ARN) of the database used as the source for replication.The current status of the integration.status(IntegrationStatus status) The current status of the integration.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.tags(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.The ARN of the Redshift data warehouse used as the target for replication.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
sourceArnThe 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.
 
- 
targetArnThe 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.
 
- 
integrationNameThe 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.
 
- 
integrationArnThe 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.
 
- 
kmsKeyIdThe 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.
 
- 
additionalEncryptionContextModifyIntegrationResponse.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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
tagsSets 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.
 
- 
tagsSets 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.
 
- 
tagsSets 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 totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dataFilterData 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.
 
- 
descriptionA 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.
 
- 
createTimeThe 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.
 
- 
errorsAny 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.
 
- 
errorsAny 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.
 
- 
errorsAny 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 toerrors(List<IntegrationError>).- Parameters:
- errors- a consumer that will call methods on- IntegrationError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-