public static interface RevokeEndpointAccessResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<RevokeEndpointAccessResponse.Builder,RevokeEndpointAccessResponse>
| Modifier and Type | Method and Description |
|---|---|
RevokeEndpointAccessResponse.Builder |
allowedAllVPCs(Boolean allowedAllVPCs)
Indicates whether all VPCs in the grantee account are allowed access to the cluster.
|
RevokeEndpointAccessResponse.Builder |
allowedVPCs(Collection<String> allowedVPCs)
The VPCs allowed access to the cluster.
|
RevokeEndpointAccessResponse.Builder |
allowedVPCs(String... allowedVPCs)
The VPCs allowed access to the cluster.
|
RevokeEndpointAccessResponse.Builder |
authorizeTime(Instant authorizeTime)
The time (UTC) when the authorization was created.
|
RevokeEndpointAccessResponse.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier.
|
RevokeEndpointAccessResponse.Builder |
clusterStatus(String clusterStatus)
The status of the cluster.
|
RevokeEndpointAccessResponse.Builder |
endpointCount(Integer endpointCount)
The number of Redshift-managed VPC endpoints created for the authorization.
|
RevokeEndpointAccessResponse.Builder |
grantee(String grantee)
The Amazon Web Services account ID of the grantee of the cluster.
|
RevokeEndpointAccessResponse.Builder |
grantor(String grantor)
The Amazon Web Services account ID of the cluster owner.
|
RevokeEndpointAccessResponse.Builder |
status(AuthorizationStatus status)
The status of the authorization action.
|
RevokeEndpointAccessResponse.Builder |
status(String status)
The status of the authorization action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRevokeEndpointAccessResponse.Builder grantor(String grantor)
The Amazon Web Services account ID of the cluster owner.
grantor - The Amazon Web Services account ID of the cluster owner.RevokeEndpointAccessResponse.Builder grantee(String grantee)
The Amazon Web Services account ID of the grantee of the cluster.
grantee - The Amazon Web Services account ID of the grantee of the cluster.RevokeEndpointAccessResponse.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier.
clusterIdentifier - The cluster identifier.RevokeEndpointAccessResponse.Builder authorizeTime(Instant authorizeTime)
The time (UTC) when the authorization was created.
authorizeTime - The time (UTC) when the authorization was created.RevokeEndpointAccessResponse.Builder clusterStatus(String clusterStatus)
The status of the cluster.
clusterStatus - The status of the cluster.RevokeEndpointAccessResponse.Builder status(String status)
The status of the authorization action.
status - The status of the authorization action.AuthorizationStatus,
AuthorizationStatusRevokeEndpointAccessResponse.Builder status(AuthorizationStatus status)
The status of the authorization action.
status - The status of the authorization action.AuthorizationStatus,
AuthorizationStatusRevokeEndpointAccessResponse.Builder allowedAllVPCs(Boolean allowedAllVPCs)
Indicates whether all VPCs in the grantee account are allowed access to the cluster.
allowedAllVPCs - Indicates whether all VPCs in the grantee account are allowed access to the cluster.RevokeEndpointAccessResponse.Builder allowedVPCs(Collection<String> allowedVPCs)
The VPCs allowed access to the cluster.
allowedVPCs - The VPCs allowed access to the cluster.RevokeEndpointAccessResponse.Builder allowedVPCs(String... allowedVPCs)
The VPCs allowed access to the cluster.
allowedVPCs - The VPCs allowed access to the cluster.RevokeEndpointAccessResponse.Builder endpointCount(Integer endpointCount)
The number of Redshift-managed VPC endpoints created for the authorization.
endpointCount - The number of Redshift-managed VPC endpoints created for the authorization.Copyright © 2022. All rights reserved.