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