Interface CreateAppResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateAppResponse.Builder,CreateAppResponse>,PinpointResponse.Builder,SdkBuilder<CreateAppResponse.Builder,CreateAppResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateAppResponse
public static interface CreateAppResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<CreateAppResponse.Builder,CreateAppResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateAppResponse.BuilderapplicationResponse(Consumer<ApplicationResponse.Builder> applicationResponse)Sets the value of the ApplicationResponse property for this object.CreateAppResponse.BuilderapplicationResponse(ApplicationResponse applicationResponse)Sets the value of the ApplicationResponse 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
-
applicationResponse
CreateAppResponse.Builder applicationResponse(ApplicationResponse applicationResponse)
Sets the value of the ApplicationResponse property for this object.- Parameters:
applicationResponse- The new value for the ApplicationResponse property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationResponse
default CreateAppResponse.Builder applicationResponse(Consumer<ApplicationResponse.Builder> applicationResponse)
Sets the value of the ApplicationResponse property for this object. This is a convenience method that creates an instance of theApplicationResponse.Builderavoiding the need to create one manually viaApplicationResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapplicationResponse(ApplicationResponse).- Parameters:
applicationResponse- a consumer that will call methods onApplicationResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
applicationResponse(ApplicationResponse)
-
-