Interface CreateCustomDataIdentifierResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCustomDataIdentifierResponse.Builder,CreateCustomDataIdentifierResponse>,Macie2Response.Builder,SdkBuilder<CreateCustomDataIdentifierResponse.Builder,CreateCustomDataIdentifierResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateCustomDataIdentifierResponse
public static interface CreateCustomDataIdentifierResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<CreateCustomDataIdentifierResponse.Builder,CreateCustomDataIdentifierResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCustomDataIdentifierResponse.BuildercustomDataIdentifierId(String customDataIdentifierId)The unique identifier for the custom data identifier that was created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
customDataIdentifierId
CreateCustomDataIdentifierResponse.Builder customDataIdentifierId(String customDataIdentifierId)
The unique identifier for the custom data identifier that was created.
- Parameters:
customDataIdentifierId- The unique identifier for the custom data identifier that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-