Interface AssociateFileSystemAliasesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateFileSystemAliasesResponse.Builder,AssociateFileSystemAliasesResponse>,FSxResponse.Builder,SdkBuilder<AssociateFileSystemAliasesResponse.Builder,AssociateFileSystemAliasesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateFileSystemAliasesResponse
public static interface AssociateFileSystemAliasesResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<AssociateFileSystemAliasesResponse.Builder,AssociateFileSystemAliasesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateFileSystemAliasesResponse.Builderaliases(Collection<Alias> aliases)An array of the DNS aliases that Amazon FSx is associating with the file system.AssociateFileSystemAliasesResponse.Builderaliases(Consumer<Alias.Builder>... aliases)An array of the DNS aliases that Amazon FSx is associating with the file system.AssociateFileSystemAliasesResponse.Builderaliases(Alias... aliases)An array of the DNS aliases that Amazon FSx is associating with the file system.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
aliases
AssociateFileSystemAliasesResponse.Builder aliases(Collection<Alias> aliases)
An array of the DNS aliases that Amazon FSx is associating with the file system.
- Parameters:
aliases- An array of the DNS aliases that Amazon FSx is associating with the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliases
AssociateFileSystemAliasesResponse.Builder aliases(Alias... aliases)
An array of the DNS aliases that Amazon FSx is associating with the file system.
- Parameters:
aliases- An array of the DNS aliases that Amazon FSx is associating with the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliases
AssociateFileSystemAliasesResponse.Builder aliases(Consumer<Alias.Builder>... aliases)
An array of the DNS aliases that Amazon FSx is associating with the file system.
This is a convenience method that creates an instance of theAlias.Builderavoiding the need to create one manually viaAlias.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#aliases(List.) - Parameters:
aliases- a consumer that will call methods onAlias.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#aliases(java.util.Collection)
-
-