Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
InboundIntegration |
InboundIntegration.clone() |
InboundIntegration |
InboundIntegration.withCreateTime(Date createTime)
The creation time of an inbound integration.
|
InboundIntegration |
InboundIntegration.withErrors(Collection<IntegrationError> errors)
The outstanding errors of an inbound integration.
|
InboundIntegration |
InboundIntegration.withErrors(IntegrationError... errors)
The outstanding errors of an inbound integration.
|
InboundIntegration |
InboundIntegration.withIntegrationArn(String integrationArn)
The Amazon Resource Name (ARN) of an inbound integration.
|
InboundIntegration |
InboundIntegration.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source of an inbound integration.
|
InboundIntegration |
InboundIntegration.withStatus(String status)
The status of an inbound integration.
|
InboundIntegration |
InboundIntegration.withStatus(ZeroETLIntegrationStatus status)
The status of an inbound integration.
|
InboundIntegration |
InboundIntegration.withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target of an inbound integration.
|
Modifier and Type | Method and Description |
---|---|
List<InboundIntegration> |
DescribeInboundIntegrationsResult.getInboundIntegrations()
A list of InboundIntegration instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeInboundIntegrationsResult |
DescribeInboundIntegrationsResult.withInboundIntegrations(InboundIntegration... inboundIntegrations)
A list of InboundIntegration instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInboundIntegrationsResult.setInboundIntegrations(Collection<InboundIntegration> inboundIntegrations)
A list of InboundIntegration instances.
|
DescribeInboundIntegrationsResult |
DescribeInboundIntegrationsResult.withInboundIntegrations(Collection<InboundIntegration> inboundIntegrations)
A list of InboundIntegration instances.
|
Copyright © 2023. All rights reserved.