Interface NetworkOriginConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NetworkOriginConfiguration.Builder,,- NetworkOriginConfiguration> - SdkBuilder<NetworkOriginConfiguration.Builder,,- NetworkOriginConfiguration> - SdkPojo
- Enclosing class:
- NetworkOriginConfiguration
@Mutable
@NotThreadSafe
public static interface NetworkOriginConfiguration.Builder
extends SdkPojo, CopyableBuilder<NetworkOriginConfiguration.Builder,NetworkOriginConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptioninternetConfiguration(Consumer<InternetConfiguration.Builder> internetConfiguration) The configuration for the Amazon S3 access point or multi-region access point with anInternetorigin.internetConfiguration(InternetConfiguration internetConfiguration) The configuration for the Amazon S3 access point or multi-region access point with anInternetorigin.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration) Sets the value of the VpcConfiguration property for this object.vpcConfiguration(VpcConfiguration vpcConfiguration) Sets the value of the VpcConfiguration property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
vpcConfigurationSets the value of the VpcConfiguration property for this object.- Parameters:
- vpcConfiguration- The new value for the VpcConfiguration property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcConfigurationdefault NetworkOriginConfiguration.Builder vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration) Sets the value of the VpcConfiguration property for this object. This is a convenience method that creates an instance of theVpcConfiguration.Builderavoiding the need to create one manually viaVpcConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConfiguration(VpcConfiguration).- Parameters:
- vpcConfiguration- a consumer that will call methods on- VpcConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
internetConfigurationNetworkOriginConfiguration.Builder internetConfiguration(InternetConfiguration internetConfiguration) The configuration for the Amazon S3 access point or multi-region access point with an Internetorigin.- Parameters:
- internetConfiguration- The configuration for the Amazon S3 access point or multi-region access point with an- Internetorigin.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
internetConfigurationdefault NetworkOriginConfiguration.Builder internetConfiguration(Consumer<InternetConfiguration.Builder> internetConfiguration) The configuration for the Amazon S3 access point or multi-region access point with an This is a convenience method that creates an instance of theInternetorigin.InternetConfiguration.Builderavoiding the need to create one manually viaInternetConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointernetConfiguration(InternetConfiguration).- Parameters:
- internetConfiguration- a consumer that will call methods on- InternetConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-