Interface DynamoDbStreamsEndpointParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DynamoDbStreamsEndpointParams.Builder,DynamoDbStreamsEndpointParams>,SdkBuilder<DynamoDbStreamsEndpointParams.Builder,DynamoDbStreamsEndpointParams>
- Enclosing class:
- DynamoDbStreamsEndpointParams
public static interface DynamoDbStreamsEndpointParams.Builder extends CopyableBuilder<DynamoDbStreamsEndpointParams.Builder,DynamoDbStreamsEndpointParams>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DynamoDbStreamsEndpointParamsbuild()DynamoDbStreamsEndpointParams.Builderendpoint(String endpoint)DynamoDbStreamsEndpointParams.Builderregion(Region region)DynamoDbStreamsEndpointParams.BuilderuseDualStack(Boolean useDualStack)DynamoDbStreamsEndpointParams.BuilderuseFips(Boolean useFIPS)-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
region
DynamoDbStreamsEndpointParams.Builder region(Region region)
-
useDualStack
DynamoDbStreamsEndpointParams.Builder useDualStack(Boolean useDualStack)
-
useFips
DynamoDbStreamsEndpointParams.Builder useFips(Boolean useFIPS)
-
endpoint
DynamoDbStreamsEndpointParams.Builder endpoint(String endpoint)
-
build
DynamoDbStreamsEndpointParams build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<DynamoDbStreamsEndpointParams.Builder,DynamoDbStreamsEndpointParams>
-
-