EndpointAuthorization.Builder |
EndpointAuthorization.Builder.allowedAllVPCs(Boolean allowedAllVPCs) |
Indicates whether all VPCs in the grantee account are allowed access to the cluster.
|
EndpointAuthorization.Builder |
EndpointAuthorization.Builder.allowedVPCs(String... allowedVPCs) |
The VPCs allowed access to the cluster.
|
EndpointAuthorization.Builder |
EndpointAuthorization.Builder.allowedVPCs(Collection<String> allowedVPCs) |
The VPCs allowed access to the cluster.
|
EndpointAuthorization.Builder |
EndpointAuthorization.Builder.authorizeTime(Instant authorizeTime) |
The time (UTC) when the authorization was created.
|
static EndpointAuthorization.Builder |
EndpointAuthorization.builder() |
|
EndpointAuthorization.Builder |
EndpointAuthorization.Builder.clusterIdentifier(String clusterIdentifier) |
The cluster identifier.
|
EndpointAuthorization.Builder |
EndpointAuthorization.Builder.clusterStatus(String clusterStatus) |
The status of the cluster.
|
EndpointAuthorization.Builder |
EndpointAuthorization.Builder.endpointCount(Integer endpointCount) |
The number of Redshift-managed VPC endpoints created for the authorization.
|
EndpointAuthorization.Builder |
EndpointAuthorization.Builder.grantee(String grantee) |
The Amazon Web Services account ID of the grantee of the cluster.
|
EndpointAuthorization.Builder |
EndpointAuthorization.Builder.grantor(String grantor) |
The Amazon Web Services account ID of the cluster owner.
|
EndpointAuthorization.Builder |
EndpointAuthorization.Builder.status(String status) |
The status of the authorization action.
|
EndpointAuthorization.Builder |
EndpointAuthorization.Builder.status(AuthorizationStatus status) |
The status of the authorization action.
|
EndpointAuthorization.Builder |
EndpointAuthorization.toBuilder() |
|