Interface PutEntityTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutEntityTypeRequest.Builder,PutEntityTypeRequest>,FraudDetectorRequest.Builder,SdkBuilder<PutEntityTypeRequest.Builder,PutEntityTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutEntityTypeRequest
public static interface PutEntityTypeRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<PutEntityTypeRequest.Builder,PutEntityTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutEntityTypeRequest.Builderdescription(String description)The description.PutEntityTypeRequest.Buildername(String name)The name of the entity type.PutEntityTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutEntityTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutEntityTypeRequest.Buildertags(Collection<Tag> tags)A collection of key and value pairs.PutEntityTypeRequest.Buildertags(Consumer<Tag.Builder>... tags)A collection of key and value pairs.PutEntityTypeRequest.Buildertags(Tag... tags)A collection of key and value pairs.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.frauddetector.model.FraudDetectorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
PutEntityTypeRequest.Builder name(String name)
The name of the entity type.
- Parameters:
name- The name of the entity type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
PutEntityTypeRequest.Builder description(String description)
The description.
- Parameters:
description- The description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutEntityTypeRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs.
- Parameters:
tags- A collection of key and value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutEntityTypeRequest.Builder tags(Tag... tags)
A collection of key and value pairs.
- Parameters:
tags- A collection of key and value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutEntityTypeRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
PutEntityTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutEntityTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-