Interface UpdateOdbNetworkRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateOdbNetworkRequest.Builder,,UpdateOdbNetworkRequest> OdbRequest.Builder,SdkBuilder<UpdateOdbNetworkRequest.Builder,,UpdateOdbNetworkRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateOdbNetworkRequest
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) The new user-friendly name of the ODB network.odbNetworkId(String odbNetworkId) The unique identifier of the ODB network to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.peeredCidrsToBeAdded(String... peeredCidrsToBeAdded) The list of CIDR ranges from the peered VPC that allow access to the ODB network.peeredCidrsToBeAdded(Collection<String> peeredCidrsToBeAdded) The list of CIDR ranges from the peered VPC that allow access to the ODB network.peeredCidrsToBeRemoved(String... peeredCidrsToBeRemoved) The list of CIDR ranges from the peered VPC to remove from the ODB network.peeredCidrsToBeRemoved(Collection<String> peeredCidrsToBeRemoved) The list of CIDR ranges from the peered VPC to remove from the ODB network.Specifies the updated configuration for Amazon S3 access from the ODB network.Specifies the updated configuration for Amazon S3 access from the ODB network.s3PolicyDocument(String s3PolicyDocument) Specifies the updated endpoint policy for Amazon S3 access from the ODB network.zeroEtlAccess(String zeroEtlAccess) Specifies the updated configuration for Zero-ETL access from the ODB network.zeroEtlAccess(Access zeroEtlAccess) Specifies the updated configuration for Zero-ETL access from the ODB network.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
odbNetworkId
The unique identifier of the ODB network to update.
- Parameters:
odbNetworkId- The unique identifier of the ODB network to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The new user-friendly name of the ODB network.
- Parameters:
displayName- The new user-friendly name of the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peeredCidrsToBeAdded
The list of CIDR ranges from the peered VPC that allow access to the ODB network.
- Parameters:
peeredCidrsToBeAdded- The list of CIDR ranges from the peered VPC that allow access to the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peeredCidrsToBeAdded
The list of CIDR ranges from the peered VPC that allow access to the ODB network.
- Parameters:
peeredCidrsToBeAdded- The list of CIDR ranges from the peered VPC that allow access to the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peeredCidrsToBeRemoved
The list of CIDR ranges from the peered VPC to remove from the ODB network.
- Parameters:
peeredCidrsToBeRemoved- The list of CIDR ranges from the peered VPC to remove from the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peeredCidrsToBeRemoved
The list of CIDR ranges from the peered VPC to remove from the ODB network.
- Parameters:
peeredCidrsToBeRemoved- The list of CIDR ranges from the peered VPC to remove from the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Access
Specifies the updated configuration for Amazon S3 access from the ODB network.
- Parameters:
s3Access- Specifies the updated configuration for Amazon S3 access from the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3Access
Specifies the updated configuration for Amazon S3 access from the ODB network.
- Parameters:
s3Access- Specifies the updated configuration for Amazon S3 access from the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
zeroEtlAccess
Specifies the updated configuration for Zero-ETL access from the ODB network.
- Parameters:
zeroEtlAccess- Specifies the updated configuration for Zero-ETL access from the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
zeroEtlAccess
Specifies the updated configuration for Zero-ETL access from the ODB network.
- Parameters:
zeroEtlAccess- Specifies the updated configuration for Zero-ETL access from the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3PolicyDocument
Specifies the updated endpoint policy for Amazon S3 access from the ODB network.
- Parameters:
s3PolicyDocument- Specifies the updated endpoint policy for Amazon S3 access from the ODB network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateOdbNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateOdbNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-