Interface RemoveAttributesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RemoveAttributesResponse.Builder,RemoveAttributesResponse>,PinpointResponse.Builder,SdkBuilder<RemoveAttributesResponse.Builder,RemoveAttributesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RemoveAttributesResponse
public static interface RemoveAttributesResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<RemoveAttributesResponse.Builder,RemoveAttributesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RemoveAttributesResponse.BuilderattributesResource(Consumer<AttributesResource.Builder> attributesResource)Sets the value of the AttributesResource property for this object.RemoveAttributesResponse.BuilderattributesResource(AttributesResource attributesResource)Sets the value of the AttributesResource property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpoint.model.PinpointResponse.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
-
attributesResource
RemoveAttributesResponse.Builder attributesResource(AttributesResource attributesResource)
Sets the value of the AttributesResource property for this object.- Parameters:
attributesResource- The new value for the AttributesResource property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesResource
default RemoveAttributesResponse.Builder attributesResource(Consumer<AttributesResource.Builder> attributesResource)
Sets the value of the AttributesResource property for this object. This is a convenience method that creates an instance of theAttributesResource.Builderavoiding the need to create one manually viaAttributesResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributesResource(AttributesResource).- Parameters:
attributesResource- a consumer that will call methods onAttributesResource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
attributesResource(AttributesResource)
-
-