Interface RegisterApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterApplicationResponse.Builder,RegisterApplicationResponse>,SdkBuilder<RegisterApplicationResponse.Builder,RegisterApplicationResponse>,SdkPojo,SdkResponse.Builder,SsmSapResponse.Builder
- Enclosing class:
- RegisterApplicationResponse
public static interface RegisterApplicationResponse.Builder extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<RegisterApplicationResponse.Builder,RegisterApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RegisterApplicationResponse.Builderapplication(Consumer<Application.Builder> application)The application registered with AWS Systems Manager for SAP.RegisterApplicationResponse.Builderapplication(Application application)The application registered with AWS Systems Manager for SAP.RegisterApplicationResponse.BuilderoperationId(String operationId)The ID of the operation.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.ssmsap.model.SsmSapResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
application
RegisterApplicationResponse.Builder application(Application application)
The application registered with AWS Systems Manager for SAP.
- Parameters:
application- The application registered with AWS Systems Manager for SAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
application
default RegisterApplicationResponse.Builder application(Consumer<Application.Builder> application)
The application registered with AWS Systems Manager for SAP.
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)
-
operationId
RegisterApplicationResponse.Builder operationId(String operationId)
The ID of the operation.
- Parameters:
operationId- The ID of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-