Interface AccountAccessEndpointParams.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AccountAccessEndpointParams.Builder,,AccountAccessEndpointParams> SdkBuilder<AccountAccessEndpointParams.Builder,AccountAccessEndpointParams>
- Enclosing class:
AccountAccessEndpointParams
public static interface AccountAccessEndpointParams.Builder
extends CopyableBuilder<AccountAccessEndpointParams.Builder,AccountAccessEndpointParams>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()An immutable object that is created from the properties that have been set on the builder.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Method Details
-
useFips
-
endpoint
-
region
-
build
AccountAccessEndpointParams build()Description copied from interface:SdkBuilderAn immutable object that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<AccountAccessEndpointParams.Builder,AccountAccessEndpointParams> - Returns:
- an instance of T
-