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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
odbNetworkIdThe 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.
 
- 
displayNameThe 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.
 
- 
peeredCidrsToBeAddedThe 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.
 
- 
peeredCidrsToBeAddedThe 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.
 
- 
peeredCidrsToBeRemovedThe 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.
 
- 
peeredCidrsToBeRemovedThe 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.
 
- 
s3AccessSpecifies 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:
 
- 
s3AccessSpecifies 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:
 
- 
zeroEtlAccessSpecifies 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:
 
- 
zeroEtlAccessSpecifies 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:
 
- 
s3PolicyDocumentSpecifies 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.
 
- 
overrideConfigurationUpdateOdbNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateOdbNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-