public static interface RemoveAttributesResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<RemoveAttributesResponse.Builder,RemoveAttributesResponse>
Modifier and Type | Method and Description |
---|---|
RemoveAttributesResponse.Builder |
attributesResource(AttributesResource attributesResource)
Sets the value of the AttributesResource property for this object.
|
default RemoveAttributesResponse.Builder |
attributesResource(Consumer<AttributesResource.Builder> attributesResource)
Sets the value of the AttributesResource property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
RemoveAttributesResponse.Builder attributesResource(AttributesResource attributesResource)
attributesResource
- The new value for the AttributesResource property for this object.default RemoveAttributesResponse.Builder attributesResource(Consumer<AttributesResource.Builder> attributesResource)
AttributesResource.Builder
avoiding the need to
create one manually via AttributesResource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to attributesResource(AttributesResource)
.attributesResource
- a consumer that will call methods on AttributesResource.Builder
attributesResource(AttributesResource)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.