Interface GetApplicationDateRangeKpiResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetApplicationDateRangeKpiResponse.Builder,
,GetApplicationDateRangeKpiResponse> PinpointResponse.Builder
,SdkBuilder<GetApplicationDateRangeKpiResponse.Builder,
,GetApplicationDateRangeKpiResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetApplicationDateRangeKpiResponse
@Mutable
@NotThreadSafe
public static interface GetApplicationDateRangeKpiResponse.Builder
extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationDateRangeKpiResponse.Builder,GetApplicationDateRangeKpiResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationDateRangeKpiResponse
(Consumer<ApplicationDateRangeKpiResponse.Builder> applicationDateRangeKpiResponse) Sets the value of the ApplicationDateRangeKpiResponse property for this object.applicationDateRangeKpiResponse
(ApplicationDateRangeKpiResponse applicationDateRangeKpiResponse) Sets the value of the ApplicationDateRangeKpiResponse 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
applicationDateRangeKpiResponse
GetApplicationDateRangeKpiResponse.Builder applicationDateRangeKpiResponse(ApplicationDateRangeKpiResponse applicationDateRangeKpiResponse) Sets the value of the ApplicationDateRangeKpiResponse property for this object.- Parameters:
applicationDateRangeKpiResponse
- The new value for the ApplicationDateRangeKpiResponse property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationDateRangeKpiResponse
default GetApplicationDateRangeKpiResponse.Builder applicationDateRangeKpiResponse(Consumer<ApplicationDateRangeKpiResponse.Builder> applicationDateRangeKpiResponse) Sets the value of the ApplicationDateRangeKpiResponse property for this object. This is a convenience method that creates an instance of theApplicationDateRangeKpiResponse.Builder
avoiding the need to create one manually viaApplicationDateRangeKpiResponse.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toapplicationDateRangeKpiResponse(ApplicationDateRangeKpiResponse)
.- Parameters:
applicationDateRangeKpiResponse
- a consumer that will call methods onApplicationDateRangeKpiResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-