Interface ListInputDeviceTransfersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListInputDeviceTransfersRequest.Builder,ListInputDeviceTransfersRequest>,MediaLiveRequest.Builder,SdkBuilder<ListInputDeviceTransfersRequest.Builder,ListInputDeviceTransfersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListInputDeviceTransfersRequest
public static interface ListInputDeviceTransfersRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<ListInputDeviceTransfersRequest.Builder,ListInputDeviceTransfersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInputDeviceTransfersRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListInputDeviceTransfersRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListInputDeviceTransfersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInputDeviceTransfersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInputDeviceTransfersRequest.BuildertransferType(String transferType)Sets the value of the TransferType property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveRequest.Builder
build
-
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 Detail
-
maxResults
ListInputDeviceTransfersRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListInputDeviceTransfersRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferType
ListInputDeviceTransfersRequest.Builder transferType(String transferType)
Sets the value of the TransferType property for this object.- Parameters:
transferType- The new value for the TransferType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListInputDeviceTransfersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListInputDeviceTransfersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-