Interface ListAppInputSourcesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAppInputSourcesResponse.Builder,ListAppInputSourcesResponse>,ResiliencehubResponse.Builder,SdkBuilder<ListAppInputSourcesResponse.Builder,ListAppInputSourcesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAppInputSourcesResponse
public static interface ListAppInputSourcesResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListAppInputSourcesResponse.Builder,ListAppInputSourcesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppInputSourcesResponse.BuilderappInputSources(Collection<AppInputSource> appInputSources)The list of Resilience Hub application input sources.ListAppInputSourcesResponse.BuilderappInputSources(Consumer<AppInputSource.Builder>... appInputSources)The list of Resilience Hub application input sources.ListAppInputSourcesResponse.BuilderappInputSources(AppInputSource... appInputSources)The list of Resilience Hub application input sources.ListAppInputSourcesResponse.BuildernextToken(String nextToken)Token for the next set of results, or null if there are no more results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubResponse.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
-
appInputSources
ListAppInputSourcesResponse.Builder appInputSources(Collection<AppInputSource> appInputSources)
The list of Resilience Hub application input sources.
- Parameters:
appInputSources- The list of Resilience Hub application input sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appInputSources
ListAppInputSourcesResponse.Builder appInputSources(AppInputSource... appInputSources)
The list of Resilience Hub application input sources.
- Parameters:
appInputSources- The list of Resilience Hub application input sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appInputSources
ListAppInputSourcesResponse.Builder appInputSources(Consumer<AppInputSource.Builder>... appInputSources)
The list of Resilience Hub application input sources.
This is a convenience method that creates an instance of theAppInputSource.Builderavoiding the need to create one manually viaAppInputSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#appInputSources(List.) - Parameters:
appInputSources- a consumer that will call methods onAppInputSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#appInputSources(java.util.Collection)
-
nextToken
ListAppInputSourcesResponse.Builder nextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- Token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-