Interface SetupHistory.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SetupHistory.Builder,
,SetupHistory> SdkBuilder<SetupHistory.Builder,
,SetupHistory> SdkPojo
- Enclosing class:
SetupHistory
-
Method Summary
Modifier and TypeMethodDescriptionexecutionDetails
(Collection<SetupExecutionDetails> executionDetails) Describes the full details of the request.executionDetails
(Consumer<SetupExecutionDetails.Builder>... executionDetails) Describes the full details of the request.executionDetails
(SetupExecutionDetails... executionDetails) Describes the full details of the request.operationId
(String operationId) A GUID that's used to identify the operation.default SetupHistory.Builder
request
(Consumer<SetupRequest.Builder> request) Information about the specified request.request
(SetupRequest request) Information about the specified request.default SetupHistory.Builder
resource
(Consumer<SetupHistoryResource.Builder> resource) The target resource name for the request.resource
(SetupHistoryResource resource) The target resource name for the request.The status of the request.status
(SetupStatus status) The status of the request.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
-
Method Details
-
operationId
A GUID that's used to identify the operation.
- Parameters:
operationId
- A GUID that's used to identify the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
request
Information about the specified request.
- Parameters:
request
- Information about the specified request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
request
Information about the specified request.
This is a convenience method that creates an instance of theSetupRequest.Builder
avoiding the need to create one manually viaSetupRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torequest(SetupRequest)
.- Parameters:
request
- a consumer that will call methods onSetupRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resource
The target resource name for the request.
- Parameters:
resource
- The target resource name for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
The target resource name for the request.
This is a convenience method that creates an instance of theSetupHistoryResource.Builder
avoiding the need to create one manually viaSetupHistoryResource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresource(SetupHistoryResource)
.- Parameters:
resource
- a consumer that will call methods onSetupHistoryResource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionDetails
Describes the full details of the request.
- Parameters:
executionDetails
- Describes the full details of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionDetails
Describes the full details of the request.
- Parameters:
executionDetails
- Describes the full details of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionDetails
Describes the full details of the request.
This is a convenience method that creates an instance of theSetupExecutionDetails.Builder
avoiding the need to create one manually viaSetupExecutionDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexecutionDetails(List<SetupExecutionDetails>)
.- Parameters:
executionDetails
- a consumer that will call methods onSetupExecutionDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the request.
- Parameters:
status
- The status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the request.
- Parameters:
status
- The status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-